-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from 1291945816/dev
Dev
- Loading branch information
Showing
3 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,8 @@ | |
|
||
*.idea | ||
*cmake-build-debug | ||
|
||
ToTpAuth/src/main.cpp | ||
*.vs | ||
out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,16 +6,10 @@ gcc >= 8.1 | |
``` | ||
### 构建项目 && 运行 | ||
```shell | ||
# 创建构建目录 | ||
mkdir build | ||
cd build | ||
|
||
#生成Makefile文件 | ||
cmake .. | ||
|
||
# 编译 | ||
make | ||
|
||
# 运行 | ||
git clone --recursive [email protected]:1291945816/hybrid-repo.git | ||
cd ToTpAuth | ||
cmake -B build -S . | ||
cmake --build build -j 8 | ||
cd build | ||
./ToTpAuth | ||
``` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters