编译和安装

操作步骤

  1. 执行以下命令解压安装包。

    cd /path/to/art-nextgen-simulation-tools
    tar -xvf art-nextgen-simulation-tools_20160605+dfsg.orig.tar.xz
    cd art_src_MountRainier_Linux

  2. 执行以下命令生成配置文件。

    autoreconf --install

  3. 执行以下命令生成makefile。

    ./configure --prefix=/path/to/art-nextgen-simulation-tools

  4. 执行以下命令安装。

    make
    make install