From 23329916dde5e0ffa056f74a81aeda1bfb7e54cc Mon Sep 17 00:00:00 2001 From: midipix Date: May 09 2015 03:13:26 +0000 Subject: created repository. --- diff --git a/COPYING.PEMAGINE b/COPYING.PEMAGINE new file mode 100644 index 0000000..c467bf1 --- /dev/null +++ b/COPYING.PEMAGINE @@ -0,0 +1,20 @@ +/*****************************************************************************/ +/* */ +/* pemagination: a (virtual) tour into portable bits and executable bytes */ +/* */ +/* 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..e8c7ad0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,10 @@ + pemagination: a (virtual) tour into portable bits and executable bytes + ---------------------------------------------------------------------- + + Copyright (C) 2013,2014,2015 Z. Gilboa + + This library is currently released under the GPLv2 and GPLv3 (see + COPYING.PEMAGINE 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..24ac882 --- /dev/null +++ b/README @@ -0,0 +1,38 @@ +pemagination: a (virtual) tour into portable bits and executable bytes +---------------------------------------------------------------------- + + +how to build (quick) +-------------------- + +git clone git://midipix.org/pemagine && +mkdir pemagine_build && +cd pemagine_build && +../pemagine/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.