Rate This Document
Findability
Accuracy
Completeness
Readability

Installing the BiSheng Compiler

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the BiSheng Compiler installation package.
    tar -zxvf bisheng-compiler-1.3.1-aarch64-linux.tar.gz
  3. Set the environment variables.
    export PATH=$BISHENG/bin:$PATH
    export INCLUDE=$BISHENG/include:$INCLUDE
    export LD_LIBRARY_PATH=$BISHENG/lib:$LD_LIBRARY_PATH

    In the preceding command, $BISHENG is the BiSheng Compiler installation path. Change it based on your site requirements.