Just go to ubuntu.com and download the ISO. I recommend using etcher to burn the ISO to a USB drive.
wget http://openframeworks.cc/versions/v0.9.8/of_v0.9.8_linux64_release.tar.gztar xxf of*cd of*./scripts/linux/ubuntu/install_dependencies.sh./scripts/linux/compileOF.sj -j9./compileOF.sh -j3
wget https://github.com/Itseez/opencv/archive/3.1.0.zip && unzip opencv*cd opencv* && mkdir buildcmake -D WITH_TBB=ON -D WITH_IPP=ON -D CMAKE_INSTALL_PREFIX=/usr/local -D ENABLE_PRECOMPILED_HEADERS=OFF -D BUILD_SHARED_LIBS=ON ..make && sudo make install
git clone https://github.com/TadasBaltrusaitis/OpenFace.git- modify openface to build as a shared library
apt install cmake libtbb-dev libopenblas-dev liblapack-devmkdir build && cmake -D CMAKE_BUILD_TYPE=RELEASE ..make && sudo make installsudo mv /usr/local/bin/libLandmarkDetector.so /usr/local/bin/libFaceAnalyser.so /usr/local/lib
git clone https://github.com/OpenKinect/libfreenect2.git && cd libfreenect2./depdends/install_ubuntu.sh- Install OpenCL:
sudo apt install beignet-dev mkdir build && cmake ..make -j9 && sudo make install- set up udev rules:
sudo cp ../platform/linux/udev/90-kinect2.rules /etc/udev/rules.d/
cd openFrameworks/addonsgit clone https://github.com/kylemcdonald/ofxCv.git
cd openFrameworks/addonsgit clone https://github.com/aroman/ofxKinectV2
cd ~/openFrameworks/apps/myAppsgit clone https://github.com/aroman/sensei && cd senseimake -j9./install_models.sh./bin/sensei