From ff13be2571e70c23255a985babdee226e0f6dd1a Mon Sep 17 00:00:00 2001 From: jakeembodiedlabs <113207908+jakeembodiedlabs@users.noreply.github.com> Date: Tue, 5 Sep 2023 12:19:58 -0700 Subject: [PATCH] Update DeveloperSetupGuide.md Previous zlib link now returns 404. Changed link to the zlib release on github https://github.com/madler/zlib/releases/tag/v1.2.11 --- doc/DeveloperSetupGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DeveloperSetupGuide.md b/doc/DeveloperSetupGuide.md index 9e33bb355..f7fffc9fd 100644 --- a/doc/DeveloperSetupGuide.md +++ b/doc/DeveloperSetupGuide.md @@ -47,7 +47,7 @@ The following packages are required to build Omaha: ](https://github.com/google/googletest/commit/47f819c3ca54fb602f432904443e00a0a1fe2f42) from Aug 10, 2021. This includes both gtest and gmock frameworks. - Unzip everything inside `googletest-master.zip\googletest-master` to `third_party\googletest`. * libzip 1.7.3. Source code [here](https://libzip.org/download/libzip-1.7.3.tar.xz). Unzip the contents of `libzip-1.7.3.tar.gz\libzip-1.7.3.tar\libzip-1.7.3\` into the directory `third_party\libzip`. The Omaha repository contains two generated configuration files in `base\libzip`, or one could build the libzip library and generate the files. A change has been made to config.h to disable zip crypto `#undef HAVE_CRYPTO`, or else the zip code won't build because of a compile time bug. - * zlib 1.2.11. Source code [here](https://zlib.net/zlib-1.2.11.tar.gz). Unzip the contents of `zlib-1.2.11.tar.gz\zlib-1.2.11.tar\zlib-1.2.11\` into the directory `third_party\zlib`. + * zlib 1.2.11. Source code [here](https://github.com/madler/zlib/releases/tag/v1.2.11). Unzip the contents of `zlib-1.2.11.tar.gz\zlib-1.2.11.tar\zlib-1.2.11\` into the directory `third_party\zlib`. To run the unit tests, one more package is needed. Download the Windows Sysinternals PSTools suite [here](https://technet.microsoft.com/en-us/sysinternals/bb897553) and save psexec.exe somewhere. Then, set a system environment variable named OMAHA_PSEXEC_DIR to the directory containing psexec.exe.