summaryrefslogtreecommitdiffhomepage
path: root/README
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 /README
downloadpemagine-23329916dde5e0ffa056f74a81aeda1bfb7e54cc.tar.bz2
pemagine-23329916dde5e0ffa056f74a81aeda1bfb7e54cc.tar.xz
created repository.
Diffstat (limited to 'README')
-rw-r--r--README38
1 files changed, 38 insertions, 0 deletions
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.