Giter VIP home page Giter VIP logo

Comments (3)

melroy89 avatar melroy89 commented on August 16, 2024

I see, thank you for you remarks. Ideally you should use CMake, which interact very well with an existing CMake project.

But I will test if pkg-config config you provided also work, instead of the manual -I .. and -L .., which is indeed old school.

The additional pkg-config file is also a great idea! Thx.

Please, be welcome to add a PR if you wish.

from cpp-ipfs-http-client.

Lecrapouille avatar Lecrapouille commented on August 16, 2024

pkg-config generation is managed by CMakefile. I'll check if I can make a PR from this project I helped, I'm noob with CMake:

https://github.com/sebastiandev/zipper/blob/master/zipper.pc.cmakein

https://github.com/sebastiandev/zipper/blob/87b14a4b31771ed94ebb3204dc6ed69ad9c78436/CMakeLists.txt#L465

https://github.com/sebastiandev/zipper/blob/87b14a4b31771ed94ebb3204dc6ed69ad9c78436/CMakeLists.txt#L479

from cpp-ipfs-http-client.

melroy89 avatar melroy89 commented on August 16, 2024

Yes so zipper.pc.cmakein is an input file for the configure_file of CMake, generating the final file. Which is exported to: ${PROJECT_BINARY_DIR}/zipper.pc, so under the CMAKE project binary directory with final name 'zipper.pc'. Configure_file will fill all the @CMAKE_INSTALL_PREFIX@ statement etc. during the build.

from cpp-ipfs-http-client.

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.