You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Environment set up
22
22
23
23
Required software:
24
24
25
+
* An installed version of hMailServer 5.7 (configured with a database)
25
26
* Visual Studio 2013 Update 3
26
27
* InnoSetup (to build installation program)
27
28
*[Perl ActiveState ActivePerl Community Edition 32 bit works fine](https://www.activestate.com/activeperl/downloads)
@@ -53,8 +54,8 @@ Create an environment variable named hMailServerLibs pointing at a folder where
53
54
Building OpenSSL
54
55
----------------
55
56
56
-
1. Download OpenSSL 1.0.2a from http://openssl.org/source/openssl-1.0.2a.tar.gz and put it into %hMailServerLibs%\<OpenSSL-Version>.
57
-
You should now have a folder named %hMailServerLibs%\<OpenSSL-version>, for example C:\Dev\hMailLibs\openssl-1.0.2a
57
+
1. Download OpenSSL 1.0.1t from https://www.openssl.org/source/openssl-1.0.1t.tar.gz and put it into %hMailServerLibs%\<OpenSSL-Version>.
58
+
You should now have a folder named %hMailServerLibs%\<OpenSSL-version>, for example C:\Dev\hMailLibs\openssl-1.0.1t
58
59
2. Start a VS2013 x86 Native Tools Command Prompt
59
60
3. Change dir to %hMailServerLibs%\<OpenSSL-version>.
0 commit comments