A.3. Compilation and Installation

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


	% cmake -DCMAKE_INSTALL_PREFIX=... ./
% cd src
% make
% make install