ntapi: Native API core library ------------------------------ how to build (quick) -------------------- git clone git://midipix.org/ntapi && mkdir ntapi_build && cd ntapi_build && ../ntapi/configure --host=$HOST && make && make DESTDIR=$DESTDIR install * native builds are supported (leave out --host). * both in-tree and out-of-tree builds are supported. supported targets ----------------- + x86_64-nt64-midipix + x86_64-w64-mingw32 + i686-nt32-midipix + i686-w64-mingw32 supported compilers ------------------- + gcc + clang + Visual Studio IDE project files (forthcoming) ------------------------------- + CodeLite + Code::Blocks + Visual Studio * above project files will not be part of the project repository, but rather distributed separately.