X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README;h=a5cacf67d3daadbcb85cb77f007371338f0dd166;hp=9249534419bae1fc6df8dbfef3611655ecac831b;hb=81ea19151423fa87b8698dd3fa8a5274066a76c2;hpb=913e4933bf7367409a802329b1e970ac9f5077ce diff --git a/README b/README index 92495344..a5cacf67 100644 --- a/README +++ b/README @@ -86,6 +86,12 @@ wimlib's `configure' script: program if an assertion fails. An assertion failure should only occur if there is a bug in wimlib. +--disable-security-data + Wimlib cannot create or modify WIM security data, but by default it will + copy existing security data when modifying a WIM or exporting an image. + Passing this flag will disable this support; then wimlib will always + write WIMs without security data. + --enable-debug Include debugging messages. Only use this option if you have found a bug in the library. @@ -94,6 +100,7 @@ wimlib's `configure' script: Include more debugging messages. Only use this option if you have found a bug in the library. + ------------------------------------------------------------------------------- DEPENDENCIES @@ -123,22 +130,15 @@ Retrieving files from the Windows Automated Installation Kit requires PORTABILITY -I have been developing and testing wimlib on x86_64 (64-bit) GNU/Linux. - -wimlib has been tested on x86 (32-bit) GNU/Linux occasionally. +wimlib has mostly been developed and tested on x86_64 (64-bit) GNU/Linux. -I have not tried to compile wimlib with compilers other than gcc. +It has been tested on x86 (32-bit) GNU/Linux occasionally. -It should be possible to compile wimlib on other UNIX systems such as FreeBSD. -If this doesn't work, let me know. If libfuse is not available, try compiling -with --without-fuse. +It can also be compiled and run on FreeBSD. -While the code has been tested on a little endian machine, it has been written -to work on big endian machines as well. (See endianness.h). However it has -never actually been tested on a big endian machine. Let me know if it doesn't -work. +wimlib should work on big endian machines but it has not been tested. -I am not planning to port wimlib to Windows since the programming interface on +There are no plans to port wimlib to Windows since the programming interface on Windows is very different and Microsoft's imagex.exe is already available. ------------------------------------------------------------------------------