Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following commands to decompress the installation package and go to the installation directory:
cd /path/to/GCE tar -zxf master.tar.gz&& cd GCE-master/gce-1.0.2/
- Run the following command to delete the compiled script:
rm -rf gce
- Run the following command to modify the configuration:
sed -i 's/g++/g++ -O3 -march=armv8.2-a -mtune=tsv110/g' Makefile
- Run the following command to perform the compilation and installation:
make
Parent topic: GCE 1.0.2 Porting Guide (CentOS 7.6)