summaryrefslogtreecommitdiffstats
path: root/BUILD.md
diff options
context:
space:
mode:
authorSky <git@bunnies.cc>2014-04-12 04:40:16 +0100
committerSky <git@bunnies.cc>2014-04-12 04:40:16 +0100
commit8a6c64ef6265b1294e3ded64716c3cee5fcfd010 (patch)
treee9ede8828870589de997d5a4e7fb4adae46c9441 /BUILD.md
parent6e42d512831eba21bb8e72dd04df789f622ad9a5 (diff)
downloadMultiMC-8a6c64ef6265b1294e3ded64716c3cee5fcfd010.tar
MultiMC-8a6c64ef6265b1294e3ded64716c3cee5fcfd010.tar.gz
MultiMC-8a6c64ef6265b1294e3ded64716c3cee5fcfd010.tar.lz
MultiMC-8a6c64ef6265b1294e3ded64716c3cee5fcfd010.tar.xz
MultiMC-8a6c64ef6265b1294e3ded64716c3cee5fcfd010.zip
Remove specific OpenSSL version from BUILD.md
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 32f4a385..bd17541d 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -56,7 +56,7 @@ Getting the project to build and run on Windows is easy if you use Qt's IDE, Qt
## Dependencies
* Qt 5.1.1+ Development tools (http://qt-project.org/downloads) ("Qt Online Installer for Windows")
-* OpenSSL (http://slproweb.com/products/Win32OpenSSL.html) ("Win32 OpenSSL v1.0.1e Light")
+* OpenSSL (http://slproweb.com/products/Win32OpenSSL.html) ("Win32 OpenSSL \<version\> 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.
* CMake (http://www.cmake.org/cmake/resources/software.html) ("Windows (Win32 Installer)")
* A copy of the MultiMC source (clone it with git)