|
Build Instructions
Not all releases come with source code. After you build
RHT, or if you are working from a binary only distribution,
please refer to the compilation
instructions to incorporate RHT into your application.
All platforms build both static libraries and executables. These
will be found in lib and bin directories respectively
from the root of this distribution.
Unix/Linux
From the main directory run "make". This should work on
most Linux platforms. You may need to modify the underlying make
files if the default libraries can not be found.
Microsoft Windows
For compiling on Microsoft Windows platforms, Microsoft Visual Studio
.Net is required. Open the RHT.sln solution file. Select "Build
Solution" to build all the executables and libraries.
|