Skip to content

Commit

Permalink
Build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinknafve committed Jul 2, 2014
1 parent 1c8122b commit d2055c3
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
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.

0 comments on commit d2055c3

Please sign in to comment.