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

Comments

Popular posts from this blog

Subclassing and Signal connect on a same widget crashes PySide application on exit.

Calling OpenCV functions via Cython from Python 3.X.

Showing CPU/Memory usage on tmux status bar(tmuxのステータスバーにCPUとMemoryの使用状況を表示する)