keyboard navigation in kanjiview
[aoi.git] / README
blob76cfd43137560fa4263d48b8090e7b93c8013f2c
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 program compiled statically, in other systems dynamically.
6 Needed libraries:
7   fltk-1.3.x
8   libcurl
9   zlib
10   
11 MINGW32:
12   - the 'mingw-to-string' patch is required (http://www.tehsausage.com/mingw-to-string)