
================================
= Building gtmurmur on Windows =
================================

** Prerequisites **

The following programs/SDK's need to be installed:

1. Microsoft Visual Studio 2008
2. Windows Platform SDK (latest)
3. ZeroC ICE SDK 3.4.2


** Compiling **

1. Locate your gtmurmur branch.
2. Edit the file "gtmurmur/winprops.vsprops" to point to your ICE SDK installation.
3. Edit the file "gtmurmur/defs.h" if you need to change the program version.
4. Edit the file "doc/readme.txt" if you need to include version change info.
5. Open "gtmurmur.sln" in visual studio.
6. Click "Build solution".


==============================
= Building gtmurmur on Linux =
==============================

* Prerequisites *

The following programs/SDK's need to be installed:

1. gcc package
2. gcc-c++ package
3. glibc-static package
4. ice-c++-devel package
5. make package


** Compiling **

1. Locate your gtmurmur branch.
2. Edit the file "gtmurmur/defs.h" if you need to change the program version.
3. Edit the file "doc/readme.txt" if you need to include version change info.
4. Enter the root branch folder (it contains docs, gtmurmur, etc...).
5. Execute: "make".
6. Optionally install on your system by executing: "make install".

