Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. 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/
  3. Run the following command to delete the compiled script:
    rm -rf gce
  4. Run the following command to modify the configuration:
    sed -i 's/g++/g++ -O3 -march=armv8.2-a -mtune=tsv110/g' Makefile
  5. Run the following command to perform the compilation and installation:
    make