summaryrefslogtreecommitdiffstats
path: root/BUILD.md
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-11-13 00:14:12 +0100
committerPetr Mrázek <peterix@gmail.com>2015-11-13 00:14:12 +0100
commit12c7b11fe6c20f13f03f40360b705a41b161976d (patch)
treef6b8e6e9dfc5c6e1318621b2acb81fadafb70ea9 /BUILD.md
parent055774dd588595b96384ae3c9e447108fa145da9 (diff)
downloadMultiMC-12c7b11fe6c20f13f03f40360b705a41b161976d.tar
MultiMC-12c7b11fe6c20f13f03f40360b705a41b161976d.tar.gz
MultiMC-12c7b11fe6c20f13f03f40360b705a41b161976d.tar.lz
MultiMC-12c7b11fe6c20f13f03f40360b705a41b161976d.tar.xz
MultiMC-12c7b11fe6c20f13f03f40360b705a41b161976d.zip
NOISSUE fix bad patch.exe link and formatting in BUILD document
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/BUILD.md b/BUILD.md
index bcebaceb..6505a27f 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -70,13 +70,14 @@ Getting the project to build and run on Linux is easy if you use any modern and
Getting the project to build and run on Windows is easy if you use Qt's IDE, Qt Creator. The project will simply not compile using Microsoft build tools, because that's not something we do. If it does compile, it is by chance only.
## Dependencies
-* Qt 5.5.1+ Development tools (http://qt-project.org/downloads) ("Qt Online Installer for Windows")
-* OpenSSL (http://slproweb.com/products/Win32OpenSSL.html) ("Win32 OpenSSL \<version\> Light")
+* [Qt 5.5.1+ Development tools](http://qt-project.org/downloads) -- Qt Online Installer for Windows
+* [OpenSSL](http://slproweb.com/products/Win32OpenSSL.html) -- Newest Win32 OpenSSL Light
- 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.8+ (http://zlib.net/zlib128-dll.zip)
-* CMake (http://www.cmake.org/cmake/resources/software.html) ("Windows (Win32 Installer)")
-* patch.exe from the [GNU project](http://webchat.esper.net/?nick=&channels=MultiMC).
+* [zlib 1.2.8+](http://zlib.net/zlib128-dll.zip)
+* [CMake](http://www.cmake.org/cmake/resources/software.html) -- Windows (Win32 Installer)
+* [patch.exe from the GnuWin project](http://gnuwin32.sourceforge.net/packages/patch.htm).
+
Put it somewhere on the `PATH`, so that it is accessible from the console.
## Getting set up