|
1
|
Use this directory to build the legacy zlib1.dll for Windows, which contains |
|
2
|
both zlib and minizip. Use cmake either at the command prompt, or with Visual |
|
3
|
Studio as outlined below. |
|
4
|
|
|
5
|
|
|
6
|
To create a Visual Studio project |
|
7
|
--------------------------------- |
|
8
|
|
|
9
|
1. Start cmake-gui. |
|
10
|
2. Point source-dir to the source. |
|
11
|
3. Point build-dir to the dir where you want to build. |
|
12
|
4. Hit configure -- there you can select details. |
|
13
|
5. Select the options you want, which are shown with descriptions after the |
|
14
|
configure run is complete. |
|
15
|
6. Hit configure again to assure that everything that is needed is found. |
|
16
|
7. For those not found, deactivate the option or install the dependency, e.g. |
|
17
|
bzip2 for minizip, and go back to step 6 until there is no red. |
|
18
|
8. Hit generate. |
|
19
|
9. Hit open project. |
|
20
|
|
|
21
|
Now you can Build > Build solution. |
|
22
|
|