Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Decompress the installation package.
    cd /path/to/art-nextgen-simulation-tools
    tar -xvf art-nextgen-simulation-tools_20160605+dfsg.orig.tar.xz
    cd art_src_MountRainier_Linux
  2. Create a configuration file.
    autoreconf --install
  3. Create Makefile.
    ./configure --prefix=/path/to/art-nextgen-simulation-tools
  4. Perform the installation.
    make
    make install