From dde8c59a1b96df535d13660cff6607acbcbff1da Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 26 Sep 2015 10:32:15 -0400 Subject: update quick build instructions in README file. --- README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 24ac882..147137a 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3