watersalesman / BeastQuest-example

An example project that builds and links against BeastQuest

Home Page:https://watersalesman.github.io/BeastQuest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BeastQuest Example

Travis CI

An example project that builds and links against BeastQuest. This example will simply perform a GET request on the provided URL and print out the response body, like so:

./http_client https://httpbin.org/get

This should be a good start for testing out the library and its build process. Feel free to fork this repository!

Building

This project uses CMake and Git submodules. First initialize the BeastQuest submodule:

git submodule update --init

Next, build using CMake:

mkdir build
cd build
cmake ..
make

Documentation

Documentation for BeastQuest is located here and includes in-depth information on building and usage. It will continue to be updated and improved.

About

An example project that builds and links against BeastQuest

https://watersalesman.github.io/BeastQuest/

License:MIT License


Languages

Language:C++ 56.7%Language:CMake 43.3%