diff options
author | midipix <writeonce@midipix.org> | 2015-11-28 05:06:09 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-11-28 05:06:09 -0500 |
commit | 742443424b7fd3f972e72e6bc4e9ca39d344abcb (patch) | |
tree | cf63a47a934f493f3e2a83e3d6c15bdb6c0d26c0 /README | |
download | ntcon-742443424b7fd3f972e72e6bc4e9ca39d344abcb.tar.bz2 ntcon-742443424b7fd3f972e72e6bc4e9ca39d344abcb.tar.xz |
created repository.
Diffstat (limited to 'README')
-rw-r--r-- | README | 41 |
1 files changed, 41 insertions, 0 deletions
@@ -0,0 +1,41 @@ +ntcon: free-standing console interface definitions +-------------------------------------------------- + + +how to build (quick) +-------------------- + +git clone git://midipix.org/ntcon && +mkdir ntcon_build && +cd ntcon_build && +../ntcon/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. |