Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the installation package.
tar zxvf minigraph-v0.19.tar.gz
- In the Makefile file, change CC = gcc to CC = clang.

- Perform the compilation and installation.
make
Parent topic: Minigraph 0.19 Porting Guide (Kylin V10)