Skip to content

Commit

Permalink
Clarify that the lib cannot be installed with vcpkg or conan yet
Browse files Browse the repository at this point in the history
With a little extra line in the README under the respective sections.
  • Loading branch information
eljonny committed Jun 28, 2024
1 parent 186bda5 commit 4280e27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The library is most useful for educational projects or small
For testing more complex projects I would recommend using
[GoogleTest](https://github.com/google/googletest).

The code is <1k lines.
The code is ~2k lines.
The Release builds are optimized for speed over size, so the
build could probably be tweaked to get a smaller binary if
desired.
Expand Down Expand Up @@ -72,6 +72,8 @@ Then add it to your test executable target through

### vcpkg

*In process, not working yet*

As of 0.1.0-beta.1, you might soon be able to also include it
in your `vcpkg` project by running the following in the root of
your project (pending vcpkg PR approval that I have in right
Expand All @@ -82,6 +84,8 @@ As of 0.1.0-beta.1, you might soon be able to also include it

### Conan

*In process, not working yet*

As of 0.1.1-beta.2, you might soon be able to also include it
in your `conan` project (pending approval from the Conan
community).
Expand Down

0 comments on commit 4280e27

Please sign in to comment.