X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README.WINDOWS;h=a4968279c2f1e6abeabd9e4c0bfda2550f8600e7;hp=45b7ad568526e9a8453f407084dc7e57a97a3453;hb=6456b91be4f0c69faa66b24b25dddfe5d463fece;hpb=8c26ca707e56d9848e52076ad3f7c26ea7fa338d diff --git a/README.WINDOWS b/README.WINDOWS index 45b7ad56..a4968279 100644 --- a/README.WINDOWS +++ b/README.WINDOWS @@ -45,11 +45,19 @@ precompiled binaries from http://sourceforge.net/projects/wimlib/files/ instead. I did it using MinGW-w64 on a Linux host, with the following configuration command: -$ ./configure --host=i686-w64-mingw32 \ - CPPFLAGS=-I/opt/libxml2-min/i686-w64-mingw32/include/libxml2 \ - LDFLAGS=-L/opt/libxml2-min/i686-w64-mingw32/lib +$ ./configure --host=i686-w64-mingw32 + +after having installed the required libraries: + +* mingw-w64-gettext +* mingw-w64-libiconv +* mingw-w64-libxml2 +* mingw-w64-winpthreads +* mingw-w64-zlib + +Note: zlib and gettext are only necessary when required by the build of libxml2. Building wimlib using Cygwin is not supported. I was trying this for a while, but I ran into some issues with mixing native Win32 functions and -Cygwin-provided functions, so I just made it possible to do a native Win32 build +Cygwin-provided functions, so I made it possible to do a native Win32 build instead.