Is spdlog going header only only? #2959
dylanetaft
started this conversation in
General
Replies: 2 comments 1 reply
-
spdlog was a header-only library until a few years ago. Now you can build static library and shared library. So if the 1.x branch refers to an older commit, it is header-only. |
Beta Was this translation helpful? Give feedback.
1 reply
-
The v2.x branch however, does support header only.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed when I compile the default git branch 1.x, I don't get a static lib. Install does install the headers.
If I compile the last prod release, v1.12.0, I get the static .la lib when I run make.
Beta Was this translation helpful? Give feedback.
All reactions