Merge pull request #250 from selmf/translate_changelog

Translate changelog and update build instructions
This commit is contained in:
Luis Ángel San Martín
2021-05-16 16:36:58 +02:00
committed by GitHub
4 changed files with 152 additions and 136 deletions

View File

@ -1,9 +1,7 @@
If you are trying to compile YACReader with a 7zip decompression backend,
you need to download de source code of 7zip (Windows) or p7zip (Linux/MacOSX).
you need to download the source code of 7zip 18.05 (Windows) or p7zip 16.02 (Linux/MacOSX).
Please extract it and rename the folder to lib7zip (Windows) or libp7zip (Linux/MacOSX),
then copy it to $YACREADER_SRC/compressed_archive/ (this folder).
YACReader is compiled using 7zip 18.05 and p7zip 16.02.
7zip is the recommended library to use is you want support for 7zip files and rar5.

View File

@ -1,4 +1,4 @@
Starting with YACReader 9.0.0 all versions of YACReader use (lib)unarr >= 1.0.1
Starting with YACReader 9.0.0 all versions of YACReader can use (lib)unarr >= 1.0.1
as decompression backend. For Windows and MacOSX precompiled libraries
are available in the dependencies folder (not included in the source tarballs!).