diff options
author | midipix <writeonce@midipix.org> | 2015-07-27 03:24:23 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-07-27 03:24:23 -0400 |
commit | dcdadc2702712fa750ed255ed1dfa354522797a0 (patch) | |
tree | fb44776d0bc32377a10ddb5f395fa6b986ef82e0 /README | |
download | ntapi-dcdadc2702712fa750ed255ed1dfa354522797a0.tar.bz2 ntapi-dcdadc2702712fa750ed255ed1dfa354522797a0.tar.xz |
created repository.
Diffstat (limited to 'README')
-rw-r--r-- | README | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -0,0 +1,38 @@ +ntapi: Native API core library +------------------------------ + + +how to build (quick) +-------------------- + +git clone git://midipix.org/ntapi && +mkdir ntapi_build && +cd ntapi_build && +../ntapi/configure --prefix=$PREFIX && +make && +make install + + +supported targets +----------------- ++ x86_64-nt64-midipix (default) ++ 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. |