diff --git a/COPYING.NTAPI b/COPYING.NTAPI new file mode 100644 index 0000000..0f3a15f --- /dev/null +++ b/COPYING.NTAPI @@ -0,0 +1,20 @@ +/*****************************************************************************/ +/* */ +/* ntapi: Native API core 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..af0fb9e --- /dev/null +++ b/LICENSE @@ -0,0 +1,10 @@ + ntapi: Native API core library + ------------------------------ + + Copyright (C) 2013,2014,2015 Z. Gilboa + + This library is currently released under the GPLv2 and GPLv3 (see + COPYING.NTAPI 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..fec752a --- /dev/null +++ b/README @@ -0,0 +1,38 @@ +ntapi: Native API core library +------------------------------ + + +how to build (quick) +-------------------- + +git clone git://midipix.org/ntapi && +mkdir ntapi_build && +cd ntapi_build && +../ntapi/configure --prefix=$PREFIX && +make && +make install + + +supported targets +----------------- ++ x86_64-nt64-midipix (default) ++ x86_64-w64-mingw32 ++ i686-nt32-midipix ++ i686-w64-mingw32 + + +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.