summaryrefslogtreecommitdiffstats
path: root/BUILD.md
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-11-09 00:24:43 +0100
committerPetr Mrázek <peterix@gmail.com>2015-11-09 00:24:43 +0100
commit9c01b2294f3d293f8a22b8c7383c23559f2f51b5 (patch)
tree355165cf874d40c3e291b1a42f60667d0fc3c0ed /BUILD.md
parent895d8ab4699f1b50bf03532c967a91f5ecb62a50 (diff)
downloadMultiMC-9c01b2294f3d293f8a22b8c7383c23559f2f51b5.tar
MultiMC-9c01b2294f3d293f8a22b8c7383c23559f2f51b5.tar.gz
MultiMC-9c01b2294f3d293f8a22b8c7383c23559f2f51b5.tar.lz
MultiMC-9c01b2294f3d293f8a22b8c7383c23559f2f51b5.tar.xz
MultiMC-9c01b2294f3d293f8a22b8c7383c23559f2f51b5.zip
GH-1319 add patch.exe mention to the build how-to
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.md b/BUILD.md
index 644564d7..4e67a1bc 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -75,6 +75,8 @@ 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.
* 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).
+ Put it somewhere on the `PATH`, so that it is accessible from the console.
## Getting set up