diff --git a/README.md b/README.md index c0f8a8ba96a0275f4652b0d7589b2e44b0a769c4..6a6d0a9bc42717b4f266f4ba37f2f3fea9c85603 100644 --- a/README.md +++ b/README.md @@ -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