Blame README

233299
pemagination: a (virtual) tour into portable bits and executable bytes
233299
----------------------------------------------------------------------
233299
233299
233299
how to build (quick)
233299
--------------------
233299
dfdeb6
git clone https://git.midipix.org/pemagine &&
233299
mkdir pemagine_build &&
233299
cd pemagine_build &&
dde8c5
../pemagine/configure --host=$HOST &&
233299
make &&
dde8c5
make DESTDIR=$DESTDIR install
dde8c5
dde8c5
* native builds are supported (leave out --host).
dde8c5
* both in-tree and out-of-tree builds are supported.
233299
233299
233299
supported targets
233299
-----------------
dde8c5
+ x86_64-nt64-midipix
233299
+ x86_64-w64-mingw32
233299
+ i686-nt32-midipix
233299
+ i686-w64-mingw32
233299
233299
233299
supported compilers
233299
-------------------
233299
+ gcc
233299
+ clang
dfdeb6
+ cl