MiTo

From CCRMA Wiki
Revision as of 19:02, 1 September 2009 by Rob (Talk | contribs)

Jump to: navigation, search

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