Giter Site home page Giter Site logo

Comments (9)

kainjow avatar kainjow commented on June 14, 2024

IMO, CMake is a huge life saver for projects. Going back to Makefiles for each platform and Visual Studio projects would be a nightmare.

from cmark.

jgm avatar jgm commented on June 14, 2024

+++ Chris Eidhof [Aug 06 15 00:45 ]:

I think it'd be really nice to get rid of the cmake dependency (from a
user's perspective, at least). Are there big implications from the
maintainer's perspective? I'm willing to help out and do the work (but
of course, only if we agree this is a good idea).

What's the alternative? We need the project to build on a
multitude of platforms, including Windows. cmake makes that
possible.

from cmark.

chriseidhof avatar chriseidhof commented on June 14, 2024

Ok, I see. I figured a plain Makefile would be the alternative... But I'm blissfully unaware of the advantages of cmake (have close to zero experience in maintaining a C library).

My (very specific) use-case is that I wrapped this up as a CocoaPod. There it'd help a lot if people don't need to install cmake. Anyway, let's close this ticket?

from cmark.

jgm avatar jgm commented on June 14, 2024

I don't know anything about CocoaPod. As I said, if you're
targeting this one platform, you can probably just build
your own simple Makefile and extract the source files you
need. (Note that some of the headers are built by cmake,
so you'll have to extract them from the build directory.)
That's what I do in my Haskell bindings.

+++ Chris Eidhof [Aug 07 15 01:41 ]:

Ok, I see. I figured a plain Makefile would be the alternative... But
I'm blissfully unaware of the advantages of cmake (have close to zero
experience in maintaining a C library).

My (very specific) use-case is that I wrapped this up as a [1]CocoaPod.
There it'd help a lot if people don't need to install cmake. Anyway,
let's close this ticket?


Reply to this email directly or [2]view it on GitHub.

References

  1. https://cocoapods.org/
  2. #69 (comment)

from cmark.

arielelkin avatar arielelkin commented on June 14, 2024

See #91

from cmark.

MathieuDuponchelle avatar MathieuDuponchelle commented on June 14, 2024

https://github.com/mesonbuild/meson should be mentioned here :)

from cmark.

kainjow avatar kainjow commented on June 14, 2024

So with Meson, you now also need Python and Ninja. How is that better than CMake which has no dependencies?

from cmark.

MathieuDuponchelle avatar MathieuDuponchelle commented on June 14, 2024

Not saying it's better, just saying it ought to be mentioned.

from cmark.

nwellnhof avatar nwellnhof commented on June 14, 2024

I just want to use the opportunity and point interested readers to Charmonizer. Its a build system that configures C projects using only C89. We use it at Apache Lucy, but it's not really ready for public consumption, mostly due to lack of documentation.

To my knowledge, it's the only effort to provide a cross-platform build system for C with no external dependencies except for a POSIX-compatible make or nmake.

from cmark.

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.