Difference between revisions of "MiTo"
From CCRMA Wiki
m |
m |
||
Line 1: | Line 1: | ||
+ | |||
+ | ====Links:==== | ||
+ | |||
+ | |||
====Before Building:==== | ====Before Building:==== | ||
<table> | <table> | ||
Line 7: | Line 11: | ||
</table> | </table> | ||
---- | ---- | ||
+ | ====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 |
Revision as of 18:02, 1 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