File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 424424 </ span >
425425 </ a >
426426
427+ </ li >
428+
429+ < li class ="md-nav__item ">
430+ < a href ="#conan " class ="md-nav__link ">
431+ < span class ="md-ellipsis ">
432+ Conan
433+ </ span >
434+ </ a >
435+
427436</ li >
428437
429438 </ ul >
@@ -631,6 +640,14 @@ <h3 id="vcpkg">vcpkg</h3>
631640issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg
632641repository. -->
633642
643+ < h3 id ="conan "> Conan</ h3 >
644+ < p > You can download and install {fmt} using the < a href ="https://conan.io/ "> Conan</ a > package manager:</ p >
645+ < pre class ="highlight "> < code > conan install -r conancenter --requires="fmt/[*]" --build=missing</ code > </ pre >
646+ <!-- The {fmt} package in Conan Center is maintained by
647+ [ConanCenterIndex](https://github.com/conan-io/conan-center-index) community.
648+ If the version is out of date or the package does not work,
649+ please create an issue or pull request on the Conan Center Index repository. -->
650+
634651< h2 id ="building-from-source "> Building from Source</ h2 >
635652< p > CMake works by generating native makefiles or project files that can be
636653used in the compiler environment of your choice. The typical workflow
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments