Git Product home page Git Product logo

Comments (2)

Anthonyzou avatar Anthonyzou commented on July 28, 2024 4

Hi the steps I did are:

  • download boost
  • In ubuntu you probably need apt-get install build-essential (I haven't actually tested on ubuntu only alpine in docker). You may need more, just look for any error logs.
  • In the BOOSTDIR
    • run ./bootstrap.sh
    • run ./bootstrap.sh --prefix=/usr
    • run sudo ./b2 install --with-system
  • Make b2 accessible by copying it to /bin or just running <boostdir>/b2
  • Run <boostdir>/b2 -sBOOST_ROOT=<boostdir> toolset=gcc cxxflags="-std=c++11" in the root directory.

from bootstrap-dht.

Zjek avatar Zjek commented on July 28, 2024

Hello!
I can‘t complite it on windows.There is error.

xuan@LAPTOP-O8SDI23U MINGW64 /d/resource/bootstrap-dht (master)
$ b2 -sBOOST_ROOT=D:\resource\boost_1_75_0 toolset=gcc cxxflags="-std=c++11"
Unable to load B2: could not find 'boost-build.jam'
---------------------------------------------------
Attempted search from 'D:\resource\bootstrap-dht' up to the root at 'D:\resource\boost_1_75_0\tools\build\src\engine\b2.exe'
Please consult the documentation at 'https://boostorg.github.io/build/'.

What should I do?
Thanks!

from bootstrap-dht.

Related Issues (12)

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.