Compilation and Installation
Procedure
- 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
- Create a configuration file.
autoreconf --install
- Create Makefile.
./configure --prefix=/path/to/art-nextgen-simulation-tools
- Perform the installation.
make make install