GithubHelp home page GithubHelp logo

Comments (2)

Framstag avatar Framstag commented on June 20, 2024 2

What about meson only ;-)

The actual reasons:

  • we started with make and dropped it in favor of cmake, since it was better, simpler and faster
  • we then made use of meson because it was just more of it: much simpler and thus better - and sometimes slightly faster
  • we did not drop cmake, because cmake integration into IDEs (Visual Studio, Visual Studio Code and CLion) is much better still. If you ask me, I personally would drop cmake, if IDEs catch up. But people may have different opinions.
  • we made use of conan and vcpkg because we had installation and dependency management problems under Windows. Getting the few dependent libraries installed, build and compatible is a major pain.
  • vcpkg is currently the winner, but requires local builds of everything (though this might change). conan claims to be better, but the last time I checked, it did not work better. So vcpkg is the way to go.
  • Note that conan and vcpkg are not build tools, but dependency management tools.
  • We did not drop conan (but didn't test or maintain it either), because things may change.

Hope that helps.

from libosmscout.

playgithub avatar playgithub commented on June 20, 2024

For building techs, it's better if it can save developers' energy, e.g. easy to use.
vcpkg meets the demands.

I think few people like cmake, but they have to learn cmake, anyway cmake can be used easily, and vcpkg can be used even more easily, and cmake is friendly with vcpkg.

BTW, for meson I'd like to try it.

from libosmscout.

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.