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