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/sparta
- Decompress the source package.
tar -xvf sparta-7Jan2022.tar.gz
- Create a build directory and an install directory.
cd sparta-7Jan2022/ mkdir build install
- Perform the compilation and installation.
cmake -DCMAKE_INSTALL_PREFIX=../install /path/to/sparta/sparta-7Jan2022/cmake make make install
Parent topic: SPARTA 7Jan2022 Porting Guide (Kylin V10)