From 36390db094afc48c47809ad9a6c9ced89b38551d Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Wed, 10 Sep 2025 20:04:48 +0200 Subject: [PATCH] Add Conan instructions in getting-started page (#4537) Signed-off-by: Uilian Ries --- doc/get-started.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/get-started.md b/doc/get-started.md index 466d1c1b..6bcefe7d 100644 --- a/doc/get-started.md +++ b/doc/get-started.md @@ -78,6 +78,17 @@ community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository. --> +### Conan + +You can download and install {fmt} using the [Conan](https://conan.io/) package manager: + + conan install -r conancenter --requires="fmt/[*]" --build=missing + + + ## Building from Source CMake works by generating native makefiles or project files that can be