diff options
Diffstat (limited to 'libraries/wimlib/README')
-rw-r--r-- | libraries/wimlib/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/wimlib/README b/libraries/wimlib/README new file mode 100644 index 0000000000..ab57504398 --- /dev/null +++ b/libraries/wimlib/README @@ -0,0 +1,12 @@ +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, and DISM. + +Additional non-required dependencies: + +libfuse (optional but recommended): +cdrkit (optional) +mtools (optional) +cabextract (optional) |