A.3. Compilation and Installation

In order to compile and install Klusters on your system, download and extract the source archive, then type the following in the base directory:


% cmake -DCMAKE_INSTALL_PREFIX=... .
% make
% make install