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

Calling OpenCV functions via Cython from Python 3.X.

How to update lookup fileld of Kintone using pykintone

Android's VideoView doesn't always stretch video.