diff options
author | Sky <git@bunnies.cc> | 2014-04-12 04:40:16 +0100 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2014-04-12 04:40:16 +0100 |
commit | 8a6c64ef6265b1294e3ded64716c3cee5fcfd010 (patch) | |
tree | e9ede8828870589de997d5a4e7fb4adae46c9441 /BUILD.md | |
parent | 6e42d512831eba21bb8e72dd04df789f622ad9a5 (diff) | |
download | MultiMC-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |