Installation Guide (PCL) - micuat/libopenframeworks GitHub Wiki
Files will be installed under ~/opt/
.
Pre-installation:
$ git clone https://github.com/micuat/libopenframeworks.git
$ cd libopenframeworks
$ git checkout -b dev origin/dev
Installation (Ubuntu):
$ sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libudev-dev libfreeimage3 libfreeimage-dev boost
$ cd contrib
$ ./build-contrib.sh -i ~/opt
$ cd ..
$ export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:~/opt/lib/pkgconfig
$ export LD_LIBRARY_PATH=~/opt/lib
$ mkdir build
$ cd build
$ cmake -DCMAKE_PREFIX_PATH=~/opt ..
$ make
$ make install