diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-07-29 16:22:53 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-07-29 16:22:53 +0200 |
commit | 117bfef151c2083085025c32f96461f1c97dbec3 (patch) | |
tree | a4af03a549104d04811a5c547b0634752d99631a /BUILD.md | |
parent | 632f232e36eeb46bd4f312be50126d42b458afc8 (diff) | |
download | MultiMC-117bfef151c2083085025c32f96461f1c97dbec3.tar MultiMC-117bfef151c2083085025c32f96461f1c97dbec3.tar.gz MultiMC-117bfef151c2083085025c32f96461f1c97dbec3.tar.lz MultiMC-117bfef151c2083085025c32f96461f1c97dbec3.tar.xz MultiMC-117bfef151c2083085025c32f96461f1c97dbec3.zip |
NOISSUE add JDK build dependency on Windows into BUILD.md
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,7 +36,7 @@ Getting the project to build and run on Linux is easy if you use any modern and * Qt 5.6+ Development tools (http://qt-project.org/downloads) ("Qt Online Installer for Linux (64 bit)") or the equivalent from your package manager. It is always better to use the Qt from your distribution, as long as it has a new enough version. * cmake 3.1 or newer * zlib (for example, `zlib1g-dev`) -* java (for example, `openjdk-8-jdk`) +* Java JDK 8 (for example, `openjdk-8-jdk`) * GL headers (for example, `libgl1-mesa-dev`) ### Building from command line @@ -96,6 +96,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) * [CMake](http://www.cmake.org/cmake/resources/software.html) -- Windows (Win32 Installer) Put it somewhere on the `PATH`, so that it is accessible from the console. |