Difference between revisions of "MiTo"
From CCRMA Wiki
m (→Before Building:) |
m |
||
Line 7: | Line 7: | ||
<table> | <table> | ||
<tr><td>Get MacPorts:</td><td>http://www.macports.org/install.php</td><td> download locally: http://ccrma.stanford.edu/~rob/mito/installs/</td></tr> | <tr><td>Get MacPorts:</td><td>http://www.macports.org/install.php</td><td> download locally: http://ccrma.stanford.edu/~rob/mito/installs/</td></tr> | ||
− | <tr><td>Get cmake:</td><td>port install cmake | + | <tr><td>Get cmake:</td><td>port install cmake</td></tr> |
<tr><td>Get git:</td><td>http://git-scm.com/download</td><td> download locally: http://ccrma.stanford.edu/~rob/mito/installs/</td></tr> | <tr><td>Get git:</td><td>http://git-scm.com/download</td><td> download locally: http://ccrma.stanford.edu/~rob/mito/installs/</td></tr> | ||
<tr><td>Get Mono:</td><td>http://www.go-mono.com/mono-downloads/download.html</td><td> download locally: http://ccrma.stanford.edu/~rob/mito/installs/</td></tr> | <tr><td>Get Mono:</td><td>http://www.go-mono.com/mono-downloads/download.html</td><td> download locally: http://ccrma.stanford.edu/~rob/mito/installs/</td></tr> |
Revision as of 11:03, 5 September 2009
Links:
http://www.mitosettembremusica.it/it/programma/12092009-2200-mixed-reality-performance-una-serata-sirikata-politecnico-sede-di-milano-bov
http://www.mitosettembremusica.it/
http://www.sirikata.com
Before Building:
Get MacPorts: | http://www.macports.org/install.php | download locally: http://ccrma.stanford.edu/~rob/mito/installs/ |
Get cmake: | port install cmake | |
Get git: | http://git-scm.com/download | download locally: http://ccrma.stanford.edu/~rob/mito/installs/ |
Get Mono: | http://www.go-mono.com/mono-downloads/download.html | download locally: http://ccrma.stanford.edu/~rob/mito/installs/ |
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 scenes/in_c_1_env.csv
old:
./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