Blame README

742443
ntcon: free-standing console interface definitions
742443
--------------------------------------------------
742443
742443
742443
how to build (quick)
742443
--------------------
742443
9073ee
git clone https://git.midipix.org/ntcon &&
742443
mkdir ntcon_build &&
742443
cd ntcon_build &&
742443
../ntcon/configure --host=$HOST &&
742443
make &&
742443
make DESTDIR=$DESTDIR install
742443
742443
* native builds are supported (leave out --host).
742443
* both in-tree and out-of-tree builds are supported.
742443
742443
742443
supported targets
742443
-----------------
742443
+ x86_64-nt64-midipix
742443
+ x86_64-w64-mingw32
742443
+ i686-nt32-midipix
742443
+ i686-w64-mingw32
742443
742443
742443
supported compilers
742443
-------------------
742443
+ gcc
742443
+ clang
9073ee
+ cl