MiTo: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
| Line 44: | Line 44: | ||
git reset --hard | git reset --hard | ||
make -k | make -k | ||
171.64.197.215 = cmn66 | |||
Revision as of 23:27, 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:
Install ChucK: command-line version ( http://chuck.cs.princeton.edu/release/files/exe/chuck-1.2.1.2-exe.tgz )
| 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
171.64.197.215 = cmn66