From 0d7931d7f1412f823a287eb477ad5fee0cc25ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Tue, 3 Jun 2014 19:57:18 +0200 Subject: [PATCH] added instructions for using 7zip/p7zip source code --- compressed_archive/README_7zip.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 compressed_archive/README_7zip.txt diff --git a/compressed_archive/README_7zip.txt b/compressed_archive/README_7zip.txt new file mode 100644 index 00000000..003e3f39 --- /dev/null +++ b/compressed_archive/README_7zip.txt @@ -0,0 +1,5 @@ +If you are trying to compile YACReader, you need to donwload de source code of 7zip (Windows) or p7zip (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/p7zip 9.20. \ No newline at end of file