Giter Club home page Giter Club logo

Comments (5)

37 avatar 37 commented on May 8, 2024

I'm having a bit of an issue issue with exactly this, any tips on how to include the header files with CMakeList?

from beast.

vinniefalco avatar vinniefalco commented on May 8, 2024

I'm not sure I understand. Are you trying to build the tests and examples? From the root directory of Beast, do this:

mkdir bin
cd bin
cmake ..

The bin/ directory will now contain a Makefile, or a Visual Studio project file depending on your configured build tools.

Or are you asking me how to set up your CMakeLists.txt in order to use Beast? In that case, just add a line to your CMakeLIsts.txt to add the include/ directory to be searched by the compiler. Your include lines for Beast would look like this:

#include <beast/websocket.hpp>

from beast.

37 avatar 37 commented on May 8, 2024

Thanks for that @vinniefalco. When trying building cmake wasn't playing nicely so I just assumed I had to build it another way (having seen the scripts) or just include it as a local library somehow.

In the end I figured it out, and have some requirements to add:

  • cmake > v3.20
  • libpthread
  • boost > v1.58 (needs to be version 1.58 or later to make use of the endian library, ubuntu 14.04 repos only have up to 1.55 - so building from source is necessary).

I'm happy to go ahead and update the README to include the above and be more novice friendly if you would like?

from beast.

vinniefalco avatar vinniefalco commented on May 8, 2024

Sure, I would love an update to the README.md!

One thing though, keep in mind that Beast is header-only so there's nothing to build except your own project. The only things that you build for Beast are the examples and the unit tests, but those are not required to use the library. Or are you talking about building your own executable that uses Beast?

from beast.

vinniefalco avatar vinniefalco commented on May 8, 2024

Merged, thanks for the contribution!

from beast.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.