forked from hmailserver/hmailserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c8122b
commit d2055c3
Showing
1 changed file
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
hMailServer | ||
=========== | ||
|
||
This is the public hMailServer source code repository. | ||
For details, please go to http://www.hmailserver.com | ||
|
||
For information about hMailServer, please go to http://www.hmailserver.com | ||
Compiling | ||
=========== | ||
|
||
Required software: | ||
|
||
* Visual Studio 2008 Service Pack 1 | ||
* InnoSetup (to build installation program) | ||
|
||
To build hMailServer, follow these steps: | ||
|
||
1. Download the source code | ||
2. Compile the solution hmailserver\source\Server\hMailServer\hMailServer.sln. | ||
This will build the hMailServer server-part (hMailServer.exe) | ||
3. Compile the solution hmailserver\source\Tools\hMailServer Tools.sln. | ||
This will build hMailServer related tools, such as hMailServer Administrator and hMailServer DB Setup. | ||
4. Compile hmailserver\installation\hMailServer.iss (using InnoSetup) | ||
This will build the hMailServer installation program. |