From 8036193f5e5fe02c28369447c93269f690706a67 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Fri, 31 Oct 2014 19:34:53 -0700 Subject: [PATCH] Remove OpenSLL pre-req --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 84ce94b146..e4d14cb650 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,6 @@ Supported builds for Linux are 32 or 64-bit, built using gcc. ### Build on Windows Supported builds for Windows are 32 bit only built using Visual Studio 2013 or higher. -#### Install OpenSLL prerequisite -Install OpenSSL from here: . Make sure to install VC redistributables first, then install the 32 bit version v1.01i. - #### Install Visual Studio Express 2013 Only compilation using Visual Studio 2013 is supported. Download and install Visual Studio Express Edition (free) from here: . Make sure you install the Windows Desktop version. -- GitLab