Rate This Document
Findability
Accuracy
Completeness
Readability

Installing LDC

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the installation package.
    cd /path/to/ldc
    tar xf ldc2-1.29.0-linux-aarch64.tar.xz
  3. 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