Skip to content

Commit ca773a7

Browse files
stoznRunningLeon
andauthored
Update the doc for spdlog installation.md (#1994)
* Update build_from_source.md * Update build_from_source.md * resolve comments --------- Co-authored-by: RunningLeon <[email protected]>
1 parent 5ebd10b commit ca773a7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/en/01-how-to-build/build_from_source.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Note:
2121
git clone [email protected]:pybind/pybind11.git pybind11
2222
cd pybind11
2323
git checkout 70a58c5
24+
25+
cd ..
26+
git clone [email protected]:gabime/spdlog.git spdlog
27+
cd spdlog
28+
git checkout 9e8e52c048
2429
```
2530

2631
- If it fails when `git clone` via `SSH`, you can try the `HTTPS` protocol like this:

docs/zh_cn/01-how-to-build/build_from_source.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ git clone -b 1.x [email protected]:open-mmlab/mmdeploy.git --recursive
2222
git clone [email protected]:pybind/pybind11.git pybind11
2323
cd pybind11
2424
git checkout 70a58c5
25+
26+
cd ..
27+
git clone [email protected]:gabime/spdlog.git spdlog
28+
cd spdlog
29+
git checkout 9e8e52c048
2530
```
2631

2732
- 如果以 `SSH` 方式 `git clone` 代码失败,您可以尝试使用 `HTTPS` 协议下载代码:

0 commit comments

Comments
 (0)