X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README;h=cc036571fca55b35aa54a4039d6897bb20da8f48;hp=80a44ddb85d90edf1dca03c4cc0f33cf5cb0840e;hb=139f42ea23511d81a44e8925a24f7f218318010c;hpb=b0b3b9ed4d9501395f64361cbfaf25b45fc79b1c diff --git a/README b/README index 80a44ddb..cc036571 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.9.2-BETA (April 2016). wimlib is a C library for +This is wimlib version 1.10.0-BETA (July 2016). wimlib is a C library for creating, modifying, extracting, and mounting files in the Windows Imaging Format (WIM files). wimlib and its command-line frontend 'wimlib-imagex' provide a free and cross-platform alternative to Microsoft's WIMGAPI, ImageX, @@ -146,15 +146,10 @@ dependencies were already included and this section is irrelevant. automatically be loaded if you try to mount a WIM image. For more information see http://fuse.sourceforge.net/. -* libattr (optional but recommended) - Unless configured --without-fuse, wimlib also requires libattr. Almost - all Linux distributions should include this; however, you may need to - install the header files, which might be in a package named "attr-dev", - "libattr1-dev", or similar. - * libntfs-3g (optional but recommended) Unless configured --without-ntfs-3g, wimlib requires the library and - headers for libntfs-3g version 2011-4-12 or later to be installed. + headers for libntfs-3g to be installed. The minimum required version is + 2011-4-12, but newer versions contain important bug fixes. * OpenSSL / libcrypto (optional) wimlib can use the SHA-1 message digest implementation from libcrypto @@ -189,7 +184,7 @@ This section documents the most important options that may be passed to the --without-fuse The --without-fuse option disables support for mounting WIM images. - This removes dependencies on libfuse, librt, and libattr. The wimmount, + This removes dependencies on libfuse and librt. The wimmount, wimmountrw, and wimunmount commands will not work. The default is --with-fuse when building for Linux, and --without-fuse