Blame README

cb9b22
dalist: a zero-dependency book-keeping library
cb9b22
----------------------------------------------
cb9b22
cb9b22
cb9b22
how to build (quick)
cb9b22
--------------------
cb9b22
cb9b22
git clone git://midipix.org/dalist &&
cb9b22
mkdir dalist_build &&
cb9b22
cd dalist_build &&
64198e
../dalist/configure --host=$HOST &&
cb9b22
make &&
64198e
make DESTDIR=$DESTDIR install
64198e
64198e
* native builds are supported (leave out --host).
64198e
* both in-tree and out-of-tree builds are supported.
cb9b22
cb9b22
cb9b22
supported targets
cb9b22
-----------------
cb9b22
+ all posix targets
cb9b22
+ x86_64-nt64-midipix (default)
cb9b22
+ x86_64-w64-mingw32
cb9b22
+ i686-nt32-midipix
cb9b22
+ i686-w64-mingw32
cb9b22
+ all targets providing malloc
cb9b22
+ all targets providing mmap
cb9b22
cb9b22
cb9b22
supported compilers
cb9b22
-------------------
cb9b22
+ gcc
cb9b22
+ clang
cb9b22
+ Visual Studio
cb9b22
cb9b22
cb9b22
IDE project files (forthcoming)
cb9b22
-------------------------------
cb9b22
+ CodeLite
cb9b22
+ Code::Blocks
cb9b22
+ Visual Studio
cb9b22
cb9b22
* above project files will not be part of the project
cb9b22
  repository, but rather distributed separately.