Upload Apkdiff Module Source Code

This commit is contained in:
2026-07-04 22:01:38 +08:00
parent dfdbf3acf6
commit 05c93e5ce9
283 changed files with 71378 additions and 0 deletions

View File

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