Chronome Serialosc

you can build a copy of the chronome serialosc for osx. make sure you have xcodecmake, and git installed on your machine before starting

1. download libconfuse. Then in Terminal

cd ~/Downloads/confuse-2.7/
./configure
make
sudo make install
cd ../

2. download liblo (check your version number liblo-0.xx)

cd ~/Downloads/liblo-0.26/
./configure
make
sudo make install
cd ../

4. change to your downloads folder

cd ~/Downloads/

5. using git in terminal download owenvallis/libmonome

git clone https://github.com/owenvallis/libmonome.git
cd libmonome
./waf configure
./waf
sudo ./waf install
cd ../

6. using git in terminal download owenvallis/serialosc

git clone https://github.com/owenvallis/serialosc.git
cd serialosc
./waf configure
./waf
sudo ./waf install
cd ../

7. with this custom build you have to start serialosc manually by opening up terminal and typing

serialoscd

8. with serialosc running, once you plug in your chronome, arduinome, or monome it should tell you that its connected.

serialosc [chr-0001]: connected, server running on port 16948