summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files 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