Installing RoboCut on Mountain Lion(max osx 10.7)
Installing RoboCut(Robocut) on Mac OSX 10.7 Moutain Lion takes a bit of work.
1. Installing qt and libusb
brew install qt4 libusb
2. Download Code
git clone git://gitorious.org/robocut/robocut.git cd robocut
3. qmake and modify Makefile
qmake
sed -i.bak -e "%s/10.5/10.7/g" Makefile
make
4.enjoy
1. Installing qt and libusb
brew install qt4 libusb
2. Download Code
git clone git://gitorious.org/robocut/robocut.git cd robocut
3. qmake and modify Makefile
qmake
sed -i.bak -e "%s/10.5/10.7/g" Makefile
make
4.enjoy
Comments