Hardklör is provided open source for free. Advanced users may wish to compile the source code for their custom system, or modify it for their own purposes. Below are instructions for installation on a Linux-based system using the command-line. It is assumed that version control software is already installed on the system. Hardklör can also be compiled for other operating systems/development environments including, but not limited to, Microsoft Visual Studio for Windows. Specific development environment instructions are outside the scope of this document, as it is assumed users of those environments are already familiar with them.
Obtain the source code from any of the three options presented above.
MSToolkit - used to support multiple file formats.
The MSToolkit library has its own source repository, applications, and instructions for use. For compiling Hardklör from source, this library simply needs to be compiled on the system you are using.
The MSToolkit comes with a Makefiles. Go into the MSToolkit directory and execute the Makefile. For example:
MSToolkit> make
Navigate to your Hardklör directory. Open Makefile with any text editor. Edit 'LIBPATH' to the location of your MSToolkit directory:
LIBPATH = /yourpath/MSToolkit
Save the changes in the Makefile.
Type 'make' from the command line.