Skip to content

Commit

Permalink
Added XZ info for libcompression to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Oct 25, 2020
1 parent a734386 commit e5f8841
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ the library as version 2 because it had become difficult to maintain and code re
+ Turn off compilation of compression, decompression, or encryption.
+ Windows (Win32 & WinRT), macOS and Linux platform support.
+ Streaming interface for easy implementation of additional platforms.
+ Support for Apple's compression library ZLIB implementation.
+ Support for Apple's compression library ZLIB and XZ implementations.
+ Zero out local file header information.
+ Zip/unzip of central directory to reduce size.
+ Ability to generate and verify CMS signature for each entry.
Expand Down Expand Up @@ -94,8 +94,8 @@ cmake --build .

## Third-Party Libraries

Based on the specified CMake options third-party libraries may be required. If the system already has the library
installed it will be used, otherwise CMake will retrieve the source code for the library from its official git repository and compile it in.
Third-party libraries may be required based on the CMake options selected. If the system already has the library
installed then it will be used, otherwise CMake will retrieve the source code for the library from its official git repository and compile it in.

|Project|License|CMake Option|Comments|
|-|-|-|-|
Expand Down

0 comments on commit e5f8841

Please sign in to comment.