diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2019-12-07 19:46:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-07 19:46:49 +0700 |
commit | 5ddfa73c4911757f86a06bab87972cb30714a82d (patch) | |
tree | 7d725c9157c6aa12bb857276c081bcd4c84fd01c /libraries/wimlib/README | |
parent | e4fc3c31e5781df15eda474427a4a9241e0c6e5c (diff) |
libraries/wimlib: Added (Windows Imaging Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000000..ab57504398ab9 --- /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) |