Skip to content

Is there a guide for getting started, using prebuilt libraries? #145

Answered by ned14
tastewar asked this question in Q&A
Discussion options

You must be logged in to vote

For the prebuilt binaries distro, you need to tell your compiler about the individual include paths, then it will find all the headers. For example:

  • include
  • include/quickcpplib/include
  • include/outcome/include

If you wish to rearrange things, you can do so. Up to you. The reason it is like it currently is is more historical accident than anything intentional. Back when the prebuilt binaries was set up, cmake install hadn't been implemented yet.

For most people it's probably easier to use the cmake and go from there.

There is a live vcpkg for LLFIO. There isn't one for Conan. Contributions welcome, studying the vcpkg edition would probably be useful.

Note that LLFIO can be a header only l…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tastewar
Comment options

Answer selected by tastewar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants