updated help and licence info
[aoi.git] / README
bloba45a3b6c17d83f29e3eb118152e1692a4aac6032
1 Requires C++11 and C99 capable compiler. Tested with GCC 4.7 and CLANG 3.2.
3 The Makefile should work under GNU/Linux and MinGW32 (in Windows).
4 Under MinGW32 is the program compiled statically, in other systems dynamically.
6 Needed libraries:
7   fltk-1.3.x
8   libcurl
9   zlib
11 BUILDING:
12   Extract source (or clone GIT repository), go to the extracted directory and type
13     make
14   
15 MINGW32 notes:
16   - the 'mingw-to-string' patch is required (http://www.tehsausage.com/mingw-to-string)