X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=README;h=2fa925e981eaa548b4d547b773f262ffaacfe04b;hb=35fe5c7c2f2e5054abd93a7b755c2c670ee476da;hp=26d7e61940b852eb952388810441a3c964914935;hpb=9ec9035ce7e154dae21acad0328374c5d3b26e2f;p=wimlib diff --git a/README b/README index 26d7e619..2fa925e9 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ WIMLIB -This is wimlib version 1.0.0 (September 2012). wimlib can be used to read, +This is wimlib version 1.0.1 (September 2012). wimlib can be used to read, write, and mount files in the Windows Imaging Format (WIM files). These files are normally created by using the `imagex.exe' utility on Windows, but this library provides a free implementation of imagex for UNIX-based @@ -184,8 +184,11 @@ wimlib has mostly been developed and tested on x86_64 (64-bit) GNU/Linux. It has been tested on x86 (32-bit) GNU/Linux occasionally. -I have tested a previous version of wimlib on FreeBSD and it worked, but this is -not well tested, especially with the more recent versions of this software. +wimlib may work on FreeBSD. However, this is not well tested. If you do not +have libntfs-3g 2011-4-12 or later available, you must configure with +--without-ntfs-3g. Also, GNU coreutils is needed to run the test suite. Before +mounting a WIM you need to load the POSIX message queue module (run `kldload +mqueuefs'). wimlib should work on big endian machines but it has not been tested.