You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -151,12 +151,12 @@ It may need some adjusting though.
151
151
152
152
0. Make sure you have cmake 3.10 (*cmake.exe* must be in the PATH) and MS Visual Studio 2012.
153
153
154
-
1. Download [libzip](http://www.nih.at/libzip/libzip-1.11.2.tar.gz) and [zlib](https://www.zlib.net/zlib-1.3.1.tar.gz) sources and extract them in the 'lib' folder.
154
+
1. Download [libzip](http://www.nih.at/libzip/libzip-1.11.3.tar.gz) and [zlib](https://www.zlib.net/zlib-1.3.1.tar.gz) sources and extract them in the 'lib' folder.
155
155
You should end up with the following structure:
156
156
```
157
157
libzippp/compile.bat
158
158
libzippp/lib/zlib-1.3.1
159
-
libzippp/lib/libzip-1.11.2
159
+
libzippp/lib/libzip-1.11.3
160
160
```
161
161
2. Execute the *compile.bat* (simply double-click on it). The compilation should
0 commit comments