nativeformat / NFHTTP

A cross platform C++ HTTP library that interfaces natively to other platforms.
Apache License 2.0
588 stars 37 forks source link

Document location of prebuilt static libraries #33

Open lugehorsam opened 5 years ago

lugehorsam commented 5 years ago

The docs mention the existence of prebuilt libraries but not where to find them.

My use case is linking to this project via Bazel rather than using CMake.

drubinstein commented 4 years ago

The libraries we use can be found in the libraries directory. https://github.com/spotify/NFHTTP/tree/master/libraries

lugehorsam commented 4 years ago

Ah, I thought from this line NFHTTP is a Cmake project, while you are free to download the prebuilt static libraries...(etc) that NFHTTP itself came in a prebuilt form.

Not needed anymore for me since the Bazel idiom is to build from source anyway.