Avida

 

root / development / build_avida

Revision 3123, 77 bytes (checked in by beckma24, 20 months ago)

ENERGY MODEL USERS: changed NUM_INST_EXC_BEFORE_0_ENERGY to NUM_CYCLES_EXC_BEFORE_0_ENERGY, makes naming more accurate. Also, added config option FIX_METABOLIC_RATE that fixes the metabolic rate of all organism when turned on. Lastly, modified cPopulation::PrintDemeEnergySharingStats? so stats produced are more accurate

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3mkdir -p cbuild
4cd cbuild
5cmake "$@" ../
6make -j 10
7make install
8
Note: See TracBrowser for help on using the browser.