diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-11-09 00:24:43 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-11-09 00:24:43 +0100 |
commit | 9c01b2294f3d293f8a22b8c7383c23559f2f51b5 (patch) | |
tree | 355165cf874d40c3e291b1a42f60667d0fc3c0ed | |
parent | 895d8ab4699f1b50bf03532c967a91f5ecb62a50 (diff) | |
download | MultiMC-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
-rw-r--r-- | BUILD.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |