visit1985 / mdp

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

make fails to build on Mac OSX, due to requirement of pdcurses. #34

Closed edthedev closed 10 years ago

edthedev commented 10 years ago

When 'curses' was used in the Makefile, 'make' worked out of the box on Mac OSX. With the new requirement of pdcurses, this is no longer the case.

Are the additional features of pdcurses worth the additional prerequisite? If so, the ReadMe should be updated with installation instructions for PDCurses.

Let me know the preferred direction - I would be happy to install PDCurses and give it a try if you need a Mac OSX test case.

Terrific tool! Thanks again!

edthedev commented 10 years ago

(For now I simply switched the Makefile to use 'curses' for my local install.)

visit1985 commented 10 years ago

See #35