Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the installation directory of the main program.
cd /path/to/ploticus
- Decompress the installation package.
tar xvf ploticus242_src.tar.gz cd ploticus242/src
- Modify Makefile.
sed -i "10c\CC = clang" Makefile sed -i "143c\INSTALLBIN = /path/to/ploticus242-install" Makefile
- Create an installation directory.
mkdir -p /path/to/ploticus242-install
- Perform the compilation and installation.
make make install
Parent topic: ploticus 242 Porting Guide (Kylin V10)