Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the source package directory.
cd /path/to/Glimmer
- Decompress the installation package.
tar -xvf glimmer302.tar.gz
- Go to the directory generated after the decompression.
cd glimmer3.02/src
- Perform the compilation and installation.
make make install
- Check whether an executable file is generated.
ll /path/to/Glimmer/glimmer3.02/bin/
- Set the environment variable.
export PATH=/path/to/Glimmer/glimmer3.02/bin/:$PATH
Parent topic: Glimmer v3.02 Porting Guide (Kylin V10)