Skip to content
Snippets Groups Projects
Commit 7190deef authored by Florent Berthaut's avatar Florent Berthaut
Browse files

First commit

parents
No related branches found
No related tags found
No related merge requests found
README 0 → 100644
ControlAR
Description:
Authors:
Florent Berthaut, Assistant Professor, University Lille 3, CRIStAL/MINT
florent_AT_hitmuri_DOT_net
Compiling/Running on GNU/Linux:
*Install the following packages:
g++ (or gcc-c++)
libfltk-dev
libxml2-dev
libX11-dev
libxcb-dev
libportmidi
*Run the following commands from the controlar folder:
./waf configure
./waf
./build controlar
Compiling/Running on OSX:
*Install MacPorts : http://www.macports.org/
*Run the following commands from a terminal :
port install gcc5
port install fltk
port install libxml2
port install portmidi
*Run the following commands from the controlar folder:
./waf configure
./waf
./build controlar (or open the controlar.app in the build folder)
Installing on the system:
*Run the following command
sudo ./waf install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment