From ca773a78f0d9872b730d39b5ea25742754d6cdc4 Mon Sep 17 00:00:00 2001 From: Stozn Date: Fri, 28 Apr 2023 14:17:33 +0800 Subject: [PATCH] Update the doc for spdlog installation.md (#1994) * Update build_from_source.md * Update build_from_source.md * resolve comments --------- Co-authored-by: RunningLeon --- docs/en/01-how-to-build/build_from_source.md | 5 +++++ docs/zh_cn/01-how-to-build/build_from_source.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/en/01-how-to-build/build_from_source.md b/docs/en/01-how-to-build/build_from_source.md index 2c272e3db..e06a5c6eb 100644 --- a/docs/en/01-how-to-build/build_from_source.md +++ b/docs/en/01-how-to-build/build_from_source.md @@ -21,6 +21,11 @@ Note: git clone git@github.com:pybind/pybind11.git pybind11 cd pybind11 git checkout 70a58c5 + + cd .. + git clone git@github.com:gabime/spdlog.git spdlog + cd spdlog + git checkout 9e8e52c048 ``` - If it fails when `git clone` via `SSH`, you can try the `HTTPS` protocol like this: diff --git a/docs/zh_cn/01-how-to-build/build_from_source.md b/docs/zh_cn/01-how-to-build/build_from_source.md index ff5b921fa..b4cab56c7 100644 --- a/docs/zh_cn/01-how-to-build/build_from_source.md +++ b/docs/zh_cn/01-how-to-build/build_from_source.md @@ -22,6 +22,11 @@ git clone -b 1.x git@github.com:open-mmlab/mmdeploy.git --recursive git clone git@github.com:pybind/pybind11.git pybind11 cd pybind11 git checkout 70a58c5 + + cd .. + git clone git@github.com:gabime/spdlog.git spdlog + cd spdlog + git checkout 9e8e52c048 ``` - 如果以 `SSH` 方式 `git clone` 代码失败,您可以尝试使用 `HTTPS` 协议下载代码: