Difference between revisions of "MiTo"

From CCRMA Wiki
Jump to: navigation, search
m (Run:)
m (Before Building:)
Line 6: Line 6:
 
====Before Building:====
 
====Before Building:====
 
<table>
 
<table>
<tr><td>Get MacPorts:</td><td>http://www.macports.org/install.php</td></tr>
+
<tr><td>Get MacPorts:</td><td>http://www.macports.org/install.php</td><td> &nbsp; download locally: http://ccrma.stanford.edu/~rob/mito/installs/</td></tr>
<tr><td>Get cmake:</td><td>port install cmake</td></tr>
+
<tr><td>Get cmake:</td><td>port install cmake</td><td> &nbsp; download locally: http://ccrma.stanford.edu/~rob/mito/installs/</td></tr>
<tr><td>Get git:</td><td>http://git-scm.com/download</td></tr>
+
<tr><td>Get git:</td><td>http://git-scm.com/download</td><td> &nbsp; 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></tr>
+
<tr><td>Get Mono:</td><td>http://www.go-mono.com/mono-downloads/download.html</td><td> &nbsp; download locally: http://ccrma.stanford.edu/~rob/mito/installs/</td></tr>
 
</table>
 
</table>
 
----
 
----
 +
 
====Install:====
 
====Install:====
 
  git clone git://github.com/speedlimits/museum.git sirikata  
 
  git clone git://github.com/speedlimits/museum.git sirikata  

Revision as of 12:02, 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   download locally: http://ccrma.stanford.edu/~rob/mito/installs/
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