Skip to content
JAcques-Olivier Farcy edited this page Feb 23, 2019 · 2 revisions

How-to install Aziz! Light! crew's Freeliner

Linux

Make a directory for a!lcFreeliner, for example live, and download the last version from Github.

mkdir live
cd live
wget https://github.com/maxdee/alc_freeliner/archive/devel.zip
unzip devel.zip

Download Processing and install

wget http://download.processing.org/processing-3.5.3-linux64.tgz
tar -xvf processing-3.5.3-linux64.tgz

Launch Processing, and add inside Processing with the sketch/Import Library / Add library menu :

OscP5 Video Websockets

Choose your working directory in the preferences of Processing, for example : alc_freeliner-devel\freeliner_sketch

Close Processing.

Download and uncompress in your sketchbook directory SimpleHTTP.

wget https://diskordier.net/simpleHTTPServer/download/SimpleHTTPServer-6.zip
unzip SimpleHTTPServer-6.zip
cd SimpleHTTPServer-6
mv SimpleHTTPServer ..\alc_freeliner-devel\freeliner_sketch\library

Windows

Make a directory for a!lcFreeliner, for example live, and download the last version of a!lcFreeliner from Github.

https://github.com/maxdee/alc_freeliner/archive/devel.zip

Uncompress it into your live directory.

Download and uncompress Processing into your live directory.

https://processing.org/download/

Launch Processing, choose your working directory, for example : alc_freeliner-devel\freeliner_sketch. Add libraries requested. Inside Processing preferences with the sketch/Import/Library / Add library menu :

OscP5 Video Websockets

Close Processing.

Download and uncompress in your sketchbook/Libraries directory SimpleHTTP. https://diskordier.net/simpleHTTPServer/download/SimpleHTTPServer-6.zip

Done.

Clone this wiki locally