From ed97a6ba367a0c5b91ddc0eff6cfc28e80ba1ada Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 26 Sep 2015 14:56:01 -0400 Subject: update quick build instructions in README file. --- README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README b/README index fec752a..531027f 100644 --- a/README +++ b/README @@ -8,14 +8,17 @@ how to build (quick) git clone git://midipix.org/ntapi && mkdir ntapi_build && cd ntapi_build && -../ntapi/configure --prefix=$PREFIX && +../ntapi/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