Installing the BiSheng Compiler
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the BiSheng Compiler installation package.
tar -zxvf bisheng-compiler-1.3.1-aarch64-linux.tar.gz
- 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.
Parent topic: Configuring the Compilation Environment