diff options
author | midipix <writeonce@midipix.org> | 2015-09-26 14:56:01 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-09-26 15:28:11 -0400 |
commit | ed97a6ba367a0c5b91ddc0eff6cfc28e80ba1ada (patch) | |
tree | 590fbc8206c4f495839cb6c5dcc975fdd32b1766 /README | |
parent | 7b83a9160796bf2b80126655860096d4bec7f6ed (diff) | |
download | ntapi-ed97a6ba367a0c5b91ddc0eff6cfc28e80ba1ada.tar.bz2 ntapi-ed97a6ba367a0c5b91ddc0eff6cfc28e80ba1ada.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/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 |