Running and Verification
If the source code is scanned and modified on the x86_64 platform, upload the updated source package to the Kunpeng platform for compilation and installation. If the source code is scanned and modified on the Kunpeng platform, you can directly compile and install the source code.
- Go to the source code directory and run the following command to complete the compilation. See Figure 1. If the compilation fails, see Failed to Compile the Source Code.
1make clean && make
- After the compilation, run the following command to perform the installation and check the installation result. See Figure 2.
1make installThe preceding information indicates that the SMARTdenovo software has been installed on the Kunpeng platform.

