Blame README

742443
ntcon: free-standing console interface definitions
742443
--------------------------------------------------
742443
742443
742443
how to build (quick)
742443
--------------------
742443
742443
git clone 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
742443
+ Visual Studio
742443
742443
742443
IDE project files (forthcoming)
742443
-------------------------------
742443
+ CodeLite
742443
+ Code::Blocks
742443
+ Visual Studio
742443
742443
* above project files will not be part of the project
742443
  repository, but rather distributed separately.