Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the installation directory of the main program.
cd idba_ud/
- Modify the idba_ud/CMakeLists.txt file.
Change -march=native to -march=armv8.4-a+dotprod.
- 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.

- Set the environment variables.
export PATH=/path/to/idba_ud/build:$PATH
Parent topic: IDBA-UD 1.0 Porting Guide (Kylin V10)