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

Updated the readme

parent dd6225e8
No related branches found
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 ...@@ -6,33 +6,30 @@ ControllAR is a system that facilitates the appropriation of rich visual feedbac
## Compiling/Running on GNU/Linux: ## Compiling/Running on GNU/Linux:
* Install the following packages: * Install the following packages:
g++ (or gcc-c++) * g++ (or gcc-c++)
libfltk-dev * libfltk-dev
libxml2-dev * libxml2-dev
libX11-dev * libX11-dev
libxcb-dev * libxcb-dev
libportmidi * libportmidi
* Run the following commands from the controllar folder: * Run the following commands from the controllar folder:
./waf configure * ./waf configure
./waf * ./waf
./build/controllar * ./build/controllar
* To install : * To install :
sudo ./waf install * sudo ./waf install
## Compiling/Running on OSX: ## Compiling/Running on OSX:
* Install MacPorts : http://www.macports.org/ * Install MacPorts : http://www.macports.org/
* Run the following commands from a terminal : * Run the following commands from a terminal :
port install gcc5 * port install gcc5
port install fltk * port install fltk
port install libxml2 * port install libxml2
port install portmidi * port install portmidi
* Run the following commands from the controllar folder: * Run the following commands from the controllar folder:
./waf configure * ./waf configure
./waf * ./waf
./build/controllar (or open controllar.app in the build folder) * ./build/controllar (or open controllar.app in the build folder)
## Installing on the system:
* Run the following command
## Authors: ## Authors:
Florent Berthaut, Assistant Professor, Université de Lille, CRIStAL/MINT 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