| The NDManager Handbook | ||
|---|---|---|
| Prev | Appendix A. 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