Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the main program installation directory.
cd /path/to/breakdancer/breakdancer
- Perform the compilation and installation.
mkdir build && cd build cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/path/to/breakdancer make && make install
- Load the environment variable.
export PATH=/path/to/breakdancer/bin:$PATH
Parent topic: BreakDancer Porting Guide (Kylin V10)