summaryrefslogtreecommitdiffhomepage
path: root/README
blob: 147137a038a8da3f4bad309f2fa7c11c2134959f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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 --host=$HOST &&
make &&
make DESTDIR=$DESTDIR install

* native builds are supported (leave out --host).
* both in-tree and out-of-tree builds are supported.


supported targets
-----------------
+ x86_64-nt64-midipix
+ 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.