-
Notifications
You must be signed in to change notification settings - Fork 17
Linux Build
equation314 edited this page Jul 2, 2016
·
2 revisions
在构建 CCR Plus 前,你需要先安装下列软件包:
你可以通过下列两种方式获取源代码:
- 直接下载压缩包并解压。
- 使用
git
克隆仓库:- 安装
git
(Debian):sudo apt-get install git
- 克隆仓库:
git clone https://github.com/sxyzccr/CCR-Plus.git
- 安装
设源代码目录为 CCR-Plus,在终端输入下列命令构建:
cd CCR-Plus
mkdir build && cd build
qmake ..
make
若要使用 debug 模式构建,qmake
的命令改为:
qmake .. "CONFIG += debug"
将构建好的可执行文件按下图方式组织:
.
├── checker
│ └── fulltext
├── monitor
└── CCR-Plus
在终端运行 ./CCR-Plus
,即可使用。