diff options
author | midipix <writeonce@midipix.org> | 2015-09-26 10:32:15 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-09-26 14:47:05 -0400 |
commit | dde8c59a1b96df535d13660cff6607acbcbff1da (patch) | |
tree | 2e895dc0aeb12da85c46615dc5f9722503cf4a73 /README | |
parent | f4b4a3bcc6d68b4ca4604a3c751277ed45902281 (diff) | |
download | pemagine-dde8c59a1b96df535d13660cff6607acbcbff1da.tar.bz2 pemagine-dde8c59a1b96df535d13660cff6607acbcbff1da.tar.xz |
update quick build instructions in README file.
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -8,14 +8,17 @@ how to build (quick) git clone git://midipix.org/pemagine && mkdir pemagine_build && cd pemagine_build && -../pemagine/configure --prefix=$PREFIX && +../pemagine/configure --host=$HOST && make && -make install +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 (default) ++ x86_64-nt64-midipix + x86_64-w64-mingw32 + i686-nt32-midipix + i686-w64-mingw32 |