Skip to content

Commit

Permalink
upgrade to libzip 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ctabin committed Jun 5, 2016
1 parent c73c030 commit f4b525b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ LINUX

4) now you just have to include the src folder in your include path and
link against libzippp.a or libzippp.so (do not forget to also link
against libzip libraries in lib/libzip-1.1.2/lib/.libs/).
against libzip libraries in lib/libzip-1.1.3/lib/.libs/).
An example of compilation with g++:
g++ -I./lib/libzip-1.1.2/lib -I./src \
g++ -I./lib/libzip-1.1.3/lib -I./src \
main.cpp libzippp.a \
lib/libzip-1.1.2/lib/.libs/libzip.a \
lib/libzip-1.1.3/lib/.libs/libzip.a \
lib/zlib-1.2.8/libz.a

-------
Expand All @@ -54,12 +54,12 @@ WINDOWS
You should end up with the following structure:
libzippp/compile.bat
libzippp/lib/zlib-1.2.8
libzippp/lib/libzip-1.1.2
libzippp/lib/libzip-1.1.3

zlib: http://zlib.net/zlib128.zip
libzip: http://www.nih.at/libzip/libzip-1.1.2.tar.gz
libzip: http://www.nih.at/libzip/libzip-1.1.3.tar.gz

2) extract the file lib/libzip-1.1.2-windows-VS2012-patch.zip. This file contains
2) extract the file lib/libzip-1.1.3-windows-VS2012-patch.zip. This file contains
changes to be done in libzip in order to compile successfully with Visual
Studio 2012. Simply accept the erasing of the files.

Expand Down

0 comments on commit f4b525b

Please sign in to comment.