|
 |
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 &&
|
|
 |
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
|
|
 |
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.
|