ali-rantakari / peg-markdown-highlight

C library for Markdown syntax highlighting, using a recursive-descent parser.
Other
181 stars 36 forks source link

make does not compile on linux #4

Closed aoloe closed 10 years ago

aoloe commented 10 years ago

the examples need the cocoa framework to be there... and the framework is only available on os x...

on linux you can make highlighter to avoid the examples to be compiled... and at least get the pmh_parser.c you may be looking for...

ali-rantakari commented 10 years ago

On Linux you can try the Qt and GTK examples.

ali-rantakari commented 10 years ago

Ah — you mean that the default make targets include ones that compile only on OS X. Got it. Fixed that just now.

aoloe commented 10 years ago

thanks :-)