cd /path/to/breakdancer/breakdancer
mkdir build && cd build cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/path/to/breakdancer make && make install
export PATH=/path/to/breakdancer/bin:$PATH