mirror of
https://github.com/YACReader/yacreader
synced 2025-05-25 18:00:46 -04:00
Improve 7zip docs
This commit is contained in:
parent
ba1a6b7508
commit
8d04a836ee
@ -6,4 +6,12 @@ then copy it to $YACREADER_SRC/compressed_archive/ (this folder).
|
||||
|
||||
7zip is the recommended library to use is you want support for 7zip files and rar5.
|
||||
|
||||
The app needs to load 7z.dll/7z.so(and Codecs/Rar.so) at runtime.
|
||||
The app needs to load 7z.dll/7z.so at runtime.
|
||||
|
||||
The repo includes prebuilt binaries for windows (7z.dll) and macos (7z.so), check dependencies/7zip.
|
||||
|
||||
TODO: build 7z.so for macos with asm support (faster). Format7zF bundle (all supported formats enabled)
|
||||
TODO: build 7z.so for linux (x86, x86_64, arm, arm64) with asm support (faster). Format7zF bundle (all supported formats enabled)
|
||||
|
||||
Please, open a PR if you are able to build 7z.so.
|
||||
|
||||
|
1
dependencies/7zip/linux/TODO.txt
vendored
Normal file
1
dependencies/7zip/linux/TODO.txt
vendored
Normal file
@ -0,0 +1 @@
|
||||
Get 7z.so prebuilt binaires for 7zip 23.01 using Format7zF bundle with asm support.
|
Loading…
Reference in New Issue
Block a user