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/mopac
- Decompress the installation package.
tar xvf v22.0.4.tar.gz
- Go to the directory generated after the decompression.
cd mopac-22.0.4
- Create a build directory and go to the directory.
mkdir build cd build
- Perform the compilation and installation.
cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/mopac make make install
Parent topic: MOPAC 22.0.4 Porting Guide (Kylin V10)