Skip to content

Commit

Permalink
Updated OpenSSL & Boost versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinknafve authored Dec 31, 2016
1 parent 5280b33 commit efaeabb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Create an environment variable named hMailServerLibs pointing at a folder where

Building OpenSSL
----------------
1. Download OpenSSL 1.0.1* from http://www.openssl.org/source/ and put it into %hMailServerLibs%\<OpenSSL-Version>. Replace 1.0.1* with the latest 1.0.1-version available (1.0.1s at the time of this writing)
You should now have a folder named %hMailServerLibs%\<OpenSSL-version>, for example C:\Dev\hMailLibs\openssl-1.0.1*
1. Download OpenSSL 1.0.2* from http://www.openssl.org/source/ and put it into %hMailServerLibs%\<OpenSSL-Version>. Replace 1.0.2* with the latest 1.0.2-version available (1.0.2j at the time of this writing)
You should now have a folder named %hMailServerLibs%\<OpenSSL-version>, for example C:\Dev\hMailLibs\openssl-1.0.2j
2. Start a VS2013 x86 Native Tools Command Prompt
3. Change dir to %hMailServerLibs%\<OpenSSL-version>.
4. Run Perl Configure no-asm VC-WIN32
Expand All @@ -52,8 +52,8 @@ Building OpenSSL

Building Boost
--------------
1. Download Boost 1.56.0 from http://www.boost.org/ and put it into %hMailServerLibs%\<Boost-Version>.
You should now have a folder named %hMailServerLibs%\<Boost-Version>, for example C:\Dev\hMailLibs\boost_1_56_0
1. Download Boost 1.63.0 from http://www.boost.org/ and put it into %hMailServerLibs%\<Boost-Version>.
You should now have a folder named %hMailServerLibs%\<Boost-Version>, for example C:\Dev\hMailLibs\boost_1_63_0
2. Open a Command prompt
3. Change dir to %hMailServerLibs%\<Boost-Version>.
4. Run bootstrap.bat
Expand Down

0 comments on commit efaeabb

Please sign in to comment.