Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the source package directory.
cd /path/to/HHSUITE
- Decompress the installation package.
tar xvf v3.3.0.tar.gz
- Go to the directory generated after decompression.
cd hh-suite-3.3.0
- Create a build directory and go to it.
mkdir build && cd build
- Create a build file.
cmake .. -DCMAKE_INSTALL_PREFIX=/opt/hhsuite -DHAVE_ARM8=ON
- Perform the compilation and installation.
make -j make install
- Add the environment variable.
export PATH="/opt/hhsuite/bin:/opt/hhsuite/scripts:$PATH"
Parent topic: HH-suite v3.3.0 Porting Guide (Kylin V10)