我要评分
获取效率
正确性
完整性
易理解

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the source package directory.
    cd /path/to/HHSUITE
  3. Decompress the installation package.
    tar xvf v3.3.0.tar.gz
  4. Go to the directory generated after decompression.
    cd hh-suite-3.3.0
  5. Create a build directory and go to it.
    mkdir build && cd build
  6. Create a build file.
    cmake .. -DCMAKE_INSTALL_PREFIX=/opt/hhsuite -DHAVE_ARM8=ON
  7. Perform the compilation and installation.
    make -j
    make install
  8. Add the environment variable.
    export PATH="/opt/hhsuite/bin:/opt/hhsuite/scripts:$PATH"