Skip to content

Commit

Permalink
Improve the README
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Nov 23, 2024
1 parent 52e9f33 commit c12dff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).<br/> On Linux and macOS, you should link your program _also_ with _dl_ (e.g., `-lbit7z -ldl`).<br/> If you are using the library via CMake, these dependencies will be linked automatically to your project.
Expand Down

0 comments on commit c12dff7

Please sign in to comment.