]> wimlib.net Git - wimlib/blobdiff - README.WINDOWS
Support for encrypted restore
[wimlib] / README.WINDOWS
index 45b7ad568526e9a8453f407084dc7e57a97a3453..a4968279c2f1e6abeabd9e4c0bfda2550f8600e7 100644 (file)
@@ -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.