Blame README

233299
pemagination: a (virtual) tour into portable bits and executable bytes
233299
----------------------------------------------------------------------
233299
233299
233299
how to build (quick)
233299
--------------------
233299
233299
git clone git://midipix.org/pemagine &&
233299
mkdir pemagine_build &&
233299
cd pemagine_build &&
233299
../pemagine/configure --prefix=$PREFIX &&
233299
make &&
233299
make install
233299
233299
233299
supported targets
233299
-----------------
233299
+ x86_64-nt64-midipix (default)
233299
+ x86_64-w64-mingw32
233299
+ i686-nt32-midipix
233299
+ i686-w64-mingw32
233299
233299
233299
supported compilers
233299
-------------------
233299
+ gcc
233299
+ clang
233299
+ Visual Studio
233299
233299
233299
IDE project files (forthcoming)
233299
-------------------------------
233299
+ CodeLite
233299
+ Code::Blocks
233299
+ Visual Studio
233299
233299
* above project files will not be part of the project
233299
  repository, but rather distributed separately.