summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-05-08 23:13:26 -0400
committermidipix <writeonce@midipix.org>2015-05-08 23:13:26 -0400
commit23329916dde5e0ffa056f74a81aeda1bfb7e54cc (patch)
tree678f3045b24399d8b67688e911a84efca6127a6f
downloadpemagine-23329916dde5e0ffa056f74a81aeda1bfb7e54cc.tar.bz2
pemagine-23329916dde5e0ffa056f74a81aeda1bfb7e54cc.tar.xz
created repository.
-rw-r--r--COPYING.PEMAGINE20
-rw-r--r--LICENSE10
-rw-r--r--README38
3 files changed, 68 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. */
+/* */
+/*****************************************************************************/
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 <writeonce at midipix dot org> 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.