diff options
author | Barattero Laurent <laurent@larueluberlu.net> | 2014-01-18 10:42:36 +0100 |
---|---|---|
committer | Barattero Laurent <laurent@larueluberlu.net> | 2014-01-18 10:42:36 +0100 |
commit | e0456447210c9c68a2e0baa587c90c0c598225d6 (patch) | |
tree | cdbf7c47bbd338f44c1e150f6071c7fa00379706 | |
parent | ec6b103d05de88cf5653b687a13bf57de5aca557 (diff) |
Readme add
-rw-r--r-- | README.md | 29 |
1 files changed, 20 insertions, 9 deletions
@@ -1,31 +1,42 @@ -README for AeroUp 0.8 +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. -See the file INSTALL for instructions on how to build and install. - 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. Features ======== -*[x] Start command -*[x] Test command -*[x] Color command -*[*] Get Serial Number command +* Start command +* Test command +* Color command +* Get Serial Number command * Set Serial Number command * Upload glo sequences command * checks syntax of .glo files -* And some others features... +multithread, multiplatform gui, and some others original features coming soon... + + +Installation +============ +./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. + +Documentation +============= +man aeroup +or look at the man folder. Links ===== * Github page : https://github.com/LaurentBa/AeroUp * http://www.aerotechprojects.com/index.htm -note : yet there is no support for microsoft Window, because as i working on the core part +note : there will be no support for microsoft Window before version 1 |