Skip to content

Commit fa55ab4

Browse files
committed
update readme
1 parent d906757 commit fa55ab4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
*/build/*
2-
*/*/build/*
1+
**/build/*
32
Exercises/*
43
Code/*
54
.vscode/*
65
build/*
7-
*.code-workspace
6+
*.code-workspace
7+
**/.vscode/*

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ninja -C build
2727
`build` 文件夹为 `<build>`
2828

2929

30-
编译指令为在项目同级文件夹输入:
30+
编译指令为在项目同级文件夹输入(重点要给cmake指定`LIBCXX_BUILD`变量和编译器):
3131

3232
```shell
3333
mkdir build

0 commit comments

Comments
 (0)