From c12dff7cc4e00b5645fed614d21d5171d9159246 Mon Sep 17 00:00:00 2001 From: Oz Date: Sat, 23 Nov 2024 21:49:26 +0100 Subject: [PATCH] Improve the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 981a8013..77238111 100644 --- a/README.md +++ b/README.md @@ -269,12 +269,12 @@ You can also clone/download this repository and build the library yourself (plea > [!NOTE] > -> The library does not support RAR archives when using the p7zip `.so` libraries: to extract RAR archives on Unix systems, you need to use 7-Zip's `.so` libraries. +> The library does not support RAR archives when using the p7zip `.so` libraries. To extract RAR archives on Unix systems, you must use 7-Zip's `.so` libraries. > > [!NOTE] > -> The library doesn't ship with the 7-Zip shared libraries, which can be built from the source code available at [7-zip.org](https://www.7-zip.org/). +> Bit7z doesn't ship with the 7-Zip shared libraries: you can use the precompiled binaries or build them from the source code at [7-zip.org](https://www.7-zip.org/). > [^1]: On Windows, you should link your program _also_ with _oleaut32_ (e.g., `-lbit7z -loleaut32`).
On Linux and macOS, you should link your program _also_ with _dl_ (e.g., `-lbit7z -ldl`).
If you are using the library via CMake, these dependencies will be linked automatically to your project.