aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBarattero Laurent <laurent@larueluberlu.net>2014-01-18 10:59:47 +0100
committerBarattero Laurent <laurent@larueluberlu.net>2014-01-18 10:59:47 +0100
commitd8065122e52d5eabe08203a04dcfef910b6c944e (patch)
treec07b0ece229e97af6d5dd471d009150895d76c6f /README.md
parente0456447210c9c68a2e0baa587c90c0c598225d6 (diff)
add configure
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index ed32977..eff06b5 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,10 @@ README for AeroUp 0.2
=====================
-AeroUp is an open source and multiplatform tool to use with Ultimate (programmable light sequencing juggling props) from Aerotech Projects Ltd.
+AeroUp is an open source and multiplatform tool to control Ultimate (programmable light sequencing juggling props) from Aerotech Projects.
there is not yet support for microsoft Window, because as i working on the core part who'll become a shared lib,
-and there is no support for getoptlong for Window, as a gui is scheduled soon, i don't bother me.
+and there is no support for getoptlong for Window, as a Qt gui is scheduled soon, i don't bother me.
Features
@@ -23,8 +23,10 @@ multithread, multiplatform gui, and some others original features coming soon..
Installation
============
-./configure
-sudo make install
+ cd AeroUp
+ ./configure
+ sudo make install
+
if you have boost library it will use it.
but it should not be a problem if you don't have it.