Compiling the Frocksdbjni Source Code
- Download the Frocksdbjni 5.17.2 source code.
1wget https://github.com/dataArtisans/frocksdb/archive/v5.17.2-artisans-1.0.tar.gz - Decompress the source code package.
1tar -zxvf v5.17.2-artisans-1.0.tar.gz
- Go to the directory where the Frocksdbjni source code is located.
1cd frocksdb-5.17.2-artisans-1.0
- Modify the Makefile file and change the value of DEBUG_LEVEL to 0.
- Open the file.
1vi Makefile - Press i to enter the insert mode and set DEBUG_LEVEL to 0.

- Press Esc, type :wq!, and press Enter to save the file and exit.
- Open the file.
- Compile and package the code. After the compilation, you can find rocksdbjni-5.17.2-linux64.jar in the frocksdb-5.17.2-artisans-1.0/java/target directory.
1make rocksdbjava -j8
Parent topic: Frocksdbjni Porting Guide (CentOS&openEuler)