Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the main program installation directory.
cd /path/to/MODELTEST/modeltest
- Perform the compilation and installation.
mkdir build cd build/ cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/MODELTEST/modeltest/modeltest_install make make install
Parent topic: MODELTEST 0.1.7 Porting Guide (Kylin V10)