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

Updated the readme

parent b218502b
Branches
No related tags found
No related merge requests found
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
# ControlAR
## Description:
ControllAR is a system that facilitates the appropriation of rich visual feedback on control surfaces through remixing of graphical user interfaces and augmented reality display. A video example of the use of ControllAR can be seen on : https://vimeo.com/182821251
## 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
* To 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
* 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
## Authors:
Florent Berthaut, Assistant Professor, University Lille 3, CRIStAL/MINT
florent_AT_hitmuri_DOT_net
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment