MiTo: Difference between revisions
Appearance
mNo edit summary |
m →Misc: |
||
| Line 31: | Line 31: | ||
====Misc:==== | ====Misc:==== | ||
git reset --hard | git reset --hard | ||
make -k | |||
Revision as of 02:03, 2 September 2009
Links:
Before Building:
| Get MacPorts: | http://www.macports.org/install.php |
| Get cmake: | port install cmake |
| Get git: | http://git-scm.com/download |
| Get Mono: | http://www.go-mono.com/mono-downloads/download.html |
Install:
git clone git://github.com/speedlimits/museum.git sirikata cd sirikata git checkout -b ccrma_master origin/ccrma_master git submodule update --init make depends make -j3
Update:
git pull origin ccrma_master
Run:
./run scenes/in_c_1.csv 192.168.176.158 [server] ./run scenes/in_c_2.csv 192.168.176.158 ./run scenes/scene_canned_bits_start_04_m.csv
Push:
git push git@github.com:speedlimits/museum.git ccrma_master
Misc:
git reset --hard make -k