Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the installation directory of the main program.
    cd idba_ud/
  3. Modify the idba_ud/CMakeLists.txt file.

    Change -march=native to -march=armv8.4-a+dotprod.

  4. Perform the compilation and installation.
    mkdir build
    cd build
    cmake ../
    make

    If the IDBA_UD executable file is generated in the current directory, the installation is complete.

  5. Set the environment variables.
    export PATH=/path/to/idba_ud/build:$PATH