Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Controllar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MINT
Controllar
Commits
7190deef
Commit
7190deef
authored
8 years ago
by
Florent Berthaut
Browse files
Options
Downloads
Patches
Plain Diff
First commit
parents
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+39
-0
39 additions, 0 deletions
README
with
39 additions
and
0 deletions
README
0 → 100644
+
39
−
0
View file @
7190deef
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment