visit1985 / mdp

A command-line based markdown presentation tool.
GNU General Public License v3.0
4.96k stars 257 forks source link

Addition of a build system generator #26

Closed elfring closed 10 years ago

elfring commented 10 years ago

I suggest to reuse a higher level build system than your current small make file so that powerful checks for software features will become easier.

ghost commented 10 years ago

I see the need for these things in larger projects, but this project has one library and 6 source files, so it just seems like unneeded complexity.

elfring commented 10 years ago
visit1985 commented 10 years ago

The only advantage I can think of now, would be to automatically select curses based on the available libraries (ncurses, ncursesw, pdcurses). But autoscan does not even show it as a dependency.

elfring commented 10 years ago

Would you like to be able to select the appropriate interface for the library "curses" by a configuration script?

visit1985 commented 10 years ago

If you like to make a proposal, that would be great. But the current solution works fine except for Windows, so no need for it.