diff --git a/COPYING.DALIST b/COPYING.DALIST new file mode 100644 index 0000000..4647ce2 --- /dev/null +++ b/COPYING.DALIST @@ -0,0 +1,20 @@ +/*****************************************************************************/ +/* */ +/* dalist: a zero-dependency book-keeping library */ +/* */ +/* Copyright (C) 2013,2014,2015 Z. Gilboa */ +/* */ +/* This program is free software: you can redistribute it and/or modify */ +/* it under the terms of the GNU General Public License as published by */ +/* the Free Software Foundation, either version 2 of the License, or */ +/* (at your option) version 3 of the License. */ +/* */ +/* This program is distributed in the hope that it will be useful, */ +/* but WITHOUT ANY WARRANTY; without even the implied warranty of */ +/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ +/* GNU General Public License for more details. */ +/* */ +/* You should have received a copy of the GNU General Public License */ +/* along with this program. If not, see . */ +/* */ +/*****************************************************************************/ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8289cb7 --- /dev/null +++ b/LICENSE @@ -0,0 +1,10 @@ + dalist: a zero-dependency book-keeping library + ---------------------------------------------- + + Copyright (C) 2013,2014,2015 Z. Gilboa + + This library is currently released under the GPLv2 and GPLv3 (see + COPYING.DALIST for the relevant text). If you wish to use this + library with a different license, please contact the author + at and briefly describe the type + of license (or license exception) that you would like to obtain. 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.