## GitFork Git上的开源代码 --- #### 指定安装目录 * cmake > cmake CMakeList.txt -DCMAKE_INSTALL_PREFIX=dir > > cmake ../ -DCMAKE_INSTALL_PREFIX=dir * configure > ./configure prefix==dir --- #### 编译命令 * 编译 > make -j * 安装 > make install