我要评分
获取效率
正确性
完整性
易理解

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.