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/PASA
- Decompress the installation package.
tar xvf PASA_r20130907.tgz
- Modify the configuration file.
cd PASA_r20130907 sed -i "22s/$/ -std="c++98"/g" pasa_cpp/Makefile
- Perform the compilation.
make
Parent topic: PASA r20130907 Porting Guide (Kylin V10)