Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCheney Wang <38240633+Cheney-W@users.noreply.github.com>2022-09-22 06:10:20 +0300
committerGitHub <noreply@github.com>2022-09-22 06:10:20 +0300
commit23ea7ee9a891706ad4ef23a84e6f78c58b61df3c (patch)
tree6085a662277736906dae2e65fc01fc7540870b64 /doc
parentbc5487492936487346fcd076062f987f61ba298d (diff)
Add vcpkg installation instructions (#695)
* Add vcpkg installation instructions * Fix typo Co-authored-by: Salvage <29021710+Saalvage@users.noreply.github.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/markdown/build-systems.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/markdown/build-systems.md b/doc/markdown/build-systems.md
index 05556520..a86ea026 100644
--- a/doc/markdown/build-systems.md
+++ b/doc/markdown/build-systems.md
@@ -69,7 +69,17 @@ target_link_libraries(my_tests doctest)
**doctest** is available through the following package managers:
-- vcpkg
+- vcpkg
+ - You can download and install doctest using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
+ ```sh
+ git clone https://github.com/Microsoft/vcpkg.git
+ cd vcpkg
+ ./bootstrap-vcpkg.sh #.\bootstrap-vcpkg.bat(for windows)
+ ./vcpkg integrate install
+ ./vcpkg install doctest
+ ```
+ The doctest port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request] on the [vcpkg repository](https://github.com/Microsoft/vcpkg).
+
- hunter
- conan
- https://conan.io/center/doctest