summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-04-12 12:12:34 -0400
committermidipix <writeonce@midipix.org>2015-04-12 12:12:34 -0400
commitcb9b22e21865f75bb968ec6c27952a230e4dc527 (patch)
tree2cd86d42350d275093066e905c294229ce2252bd /README
downloaddalist-cb9b22e21865f75bb968ec6c27952a230e4dc527.tar.bz2
dalist-cb9b22e21865f75bb968ec6c27952a230e4dc527.tar.xz
created repository.
Diffstat (limited to 'README')
-rw-r--r--README41
1 files changed, 41 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..e68061b
--- /dev/null
+++ b/README
@@ -0,0 +1,41 @@
+dalist: a zero-dependency book-keeping library
+----------------------------------------------
+
+
+how to build (quick)
+--------------------
+
+git clone git://midipix.org/dalist &&
+mkdir dalist_build &&
+cd dalist_build &&
+../dalist/configure --prefix=$PREFIX &&
+make &&
+make install
+
+
+supported targets
+-----------------
++ all posix targets
++ x86_64-nt64-midipix (default)
++ x86_64-w64-mingw32
++ i686-nt32-midipix
++ i686-w64-mingw32
++ all targets providing malloc
++ all targets providing mmap
+
+
+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.