鲲鹏社区首页
中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

编译和安装

操作步骤

  1. 使用PuTTY工具,以root用户登录服务器。
  2. 执行以下命令进入主程序安装目录。
    cd /path/to/breakdancer/breakdancer
  3. 执行以下命令进行编译安装。
    mkdir build && cd build 
    cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/path/to/breakdancer
    make && make install
  4. 执行以下命令加载环境变量。
    export PATH=/path/to/breakdancer/bin:$PATH