Installing LDC
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the installation package.
cd /path/to/ldc tar xf ldc2-1.29.0-linux-aarch64.tar.xz
- Set the environment variables of LDC.
export PATH=/path/to/ldc/ldc2-1.30.0-beta1-linux-aarch64/bin:$PATH export LIBRARY_PATH=/path/to/ldc/ldc2-1.30.0-beta1-linux-aarch64/lib:$LIBRARY_PATH
Parent topic: Configuring the Compilation Environment