diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2021-12-19 18:35:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-19 18:35:32 +0100 |
commit | 1f4e3e83e39457d582f9050c9607e418a9580056 (patch) | |
tree | b7ae0c35a37f2633a530bb70e83a5a82834cf6b6 | |
parent | fe12b58d060d0d2659d70e0bfd819da209f8a6f5 (diff) | |
parent | 8bc3293ad054f1f5e9156f2013f85e5053c68b49 (diff) | |
download | PrismLauncher-1f4e3e83e39457d582f9050c9607e418a9580056.tar.gz PrismLauncher-1f4e3e83e39457d582f9050c9607e418a9580056.tar.bz2 PrismLauncher-1f4e3e83e39457d582f9050c9607e418a9580056.zip |
Merge pull request #4364 from rfl890/patch-1
Change from Oracle JDK to AdoptOpenJDK
-rw-r--r-- | BUILD.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ Getting the project to build and run on Windows is easy if you use Qt's IDE, Qt - Microsoft Visual C++ 2008 Redist is required for this, there's a link on the OpenSSL download page above next to the main download. - We use a custom build of OpenSSL that doesn't have this dependency. For normal development, the custom build is not necessary though. * [zlib 1.2+](http://gnuwin32.sourceforge.net/packages/zlib.htm) - the Setup is fine -* [Java JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) +* [Java JDK 8](https://adoptium.net/releases.html?variant=openjdk8) - Use the MSI installer. * [CMake](http://www.cmake.org/cmake/resources/software.html) -- Windows (Win32 Installer) Ensure that OpenSSL, zlib, Java and CMake are on `PATH`. |