Giter Site home page Giter Site logo

Comments (8)

anu1097 avatar anu1097 commented on June 22, 2024

The compiled binary version of boost can be downloaded from here https://sourceforge.net/projects/boost/files/boost-binaries/. But after putting it in a separate directory in p2psp-console how do we link it in make.py ?

from i-want-to-use-it.

vicente-gonzalez-ruiz avatar vicente-gonzalez-ruiz commented on June 22, 2024

Hi @anu1097 . Thanks for working in this issue. Two comments: (1) I think that it is preferable that we download the source and compile it, and (2) if I'm not wrong, it is possible to indicate to cmake where is Boost through the CMakeLists.txt commands:

set(BOOST_ROOT "/usr/local/boost_1_59_0")
set(Boost_NO_SYSTEM_PATHS TRUE)
set(BOOST_INCLUDEDIR "/usr/local/boost_1_59_0/include")
set(BOOST_LIBRARYDIR "/usr/local/boost_1_59_0/stage/lib")

where /usr/local/boost_1_59_0 is the path to the downloaded (and compiled) Boost (don't use this version, use the last one).

But, notice that we don't want to add this stuff to this file. We prefer to manage all this only using make.py.

Thanks!

from i-want-to-use-it.

abhay44 avatar abhay44 commented on June 22, 2024

@vicente-gonzalez-ruiz You want to download and compile the whole boost libraries using make.py? am I correct?

from i-want-to-use-it.

vicente-gonzalez-ruiz avatar vicente-gonzalez-ruiz commented on June 22, 2024

@abhay44, right. If we download a compiled Boost we run the risk of getting the same errors :-/

from i-want-to-use-it.

abhay44 avatar abhay44 commented on June 22, 2024

@vicente-gonzalez-ruiz there are lot of boost libraries and the compilation takes more time if we manually download and compile them.Is it ok? or do we have other option?

from i-want-to-use-it.

vicente-gonzalez-ruiz avatar vicente-gonzalez-ruiz commented on June 22, 2024

Hi @abhay44 . Check P2PSP/core#127

from i-want-to-use-it.

abhay44 avatar abhay44 commented on June 22, 2024

@vicente-gonzalez-ruiz I think we can close this issue. Fixed in P2PSP/core#127.

from i-want-to-use-it.

vicente-gonzalez-ruiz avatar vicente-gonzalez-ruiz commented on June 22, 2024

Right. Please, do that.

from i-want-to-use-it.

Related Issues (2)

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.