Skip to content
Snippets Groups Projects
Commit 993b9000 authored by BERTHAUT Florent's avatar BERTHAUT Florent
Browse files

Updated the readme

parent dd6225e8
Branches
No related tags found
No related merge requests found
......@@ -6,33 +6,30 @@ ControllAR is a system that facilitates the appropriation of rich visual feedbac
## Compiling/Running on GNU/Linux:
* Install the following packages:
g++ (or gcc-c++)
libfltk-dev
libxml2-dev
libX11-dev
libxcb-dev
libportmidi
* g++ (or gcc-c++)
* libfltk-dev
* libxml2-dev
* libX11-dev
* libxcb-dev
* libportmidi
* Run the following commands from the controllar folder:
./waf configure
./waf
./build/controllar
* ./waf configure
* ./waf
* ./build/controllar
* To install :
sudo ./waf install
* sudo ./waf install
## 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
* port install gcc5
* port install fltk
* port install libxml2
* port install portmidi
* Run the following commands from the controllar folder:
./waf configure
./waf
./build/controllar (or open controllar.app in the build folder)
## Installing on the system:
* Run the following command
* ./waf configure
* ./waf
* ./build/controllar (or open controllar.app in the build folder)
## Authors:
Florent Berthaut, Assistant Professor, Université de Lille, CRIStAL/MINT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment