Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the PYCXX installation directory.
cd /path/to/PYCXX
- Decompress the PYCXX installation package.
tar -zxvf pycxx-6.2.8.tar.gz
- Go to the directory generated after the decompression.
cd pycxx-6.2.8
- Perform the compilation and installation.
python setup.py install python setup_makefile.py linux linux.mak
Parent topic: PYCXX 6.2.8 Porting Guide (openEuler 20.03)