Skip to content

Commit

Permalink
Updated readme: Replaced x86 with x64 Native Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
martinknafve authored Apr 26, 2020
1 parent b08e274 commit 24773e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Building OpenSSL
----------------
1. Download OpenSSL 1.1.1* from http://www.openssl.org/source/ and put it into %hMailServerLibs%\<OpenSSL-Version>.
You should now have a folder named %hMailServerLibs%\<OpenSSL-version>, for example C:\Dev\hMailLibs\openssl-1.1.1s
2. Start a x86 Native Tools Command Prompt for VS2019.
2. Start a x64 Native Tools Command Prompt for VS2019.
3. Change dir to %hMailServerLibs%\<OpenSSL-version>.
3. Run the following commands:

Expand All @@ -67,7 +67,7 @@ Building Boost
--------------
1. Download Boost 1.70.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. Start a x86 Native Tools Command Prompt for VS2019.
2. Start a x64 Native Tools Command Prompt for VS2019.
3. Change dir to %hMailServerLibs%\<Boost-Version>.
4. Run the following commands:

Expand Down

0 comments on commit 24773e5

Please sign in to comment.