Skip to content

Commit

Permalink
Document Conan package name (greg7mdp-gtl)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp authored Sep 23, 2022
1 parent ba9386e commit 9ca3645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ We are happy to integrate new classes into [gtl](https://github.com/greg7mdp/gtl

[gtl](https://github.com/greg7mdp/gtl) requires a C++20 compiler. We currently support: `Visual Studio 2019 +`, `gcc 8 +`, and `clang 10 +` (or Xcode 12 + on MacOS).

Because [gtl](https://github.com/greg7mdp/gtl) is a header only library, installation is trivial, just copy the `include/gtl` directory to your project somewhere in your include path and you are good to go. We also support common package managers such as [Conan](https://conan.io/) and [vcpkg](https://vcpkg.io/en/index.html).
Because [gtl](https://github.com/greg7mdp/gtl) is a header only library, installation is trivial, just copy the `include/gtl` directory to your project somewhere in your include path and you are good to go. We also support common package managers such as [Conan](https://conan.io/) (package name `greg7mdp-gtl`) and [vcpkg](https://vcpkg.io/en/index.html).

## Installation

Expand All @@ -48,7 +48,7 @@ If you are using cmake, you can use FetchContent to integrate gtl to your projec

#### Using a package manager

GTL supports both **vcpkg** and **Conan** package managers.
GTL supports both **vcpkg** and **Conan** (package name in conan-io is `greg7mdp-gtl`) package managers.

#### Debugger support

Expand Down

0 comments on commit 9ca3645

Please sign in to comment.