fletcher / MultiMarkdown-5

Reference implementation of MultiMarkdown; replaces MultiMarkdown v4 (deprecated -- see MMD-6 instead)
https://github.com/fletcher/MultiMarkdown-6
Other
293 stars 46 forks source link

add support for build over gcc on MSYS instead of MSVC #35

Closed KammutierSpule closed 8 years ago

KammutierSpule commented 8 years ago

Note: I am not an expert. I would like to build MMD on MSYS, it gives me trouble because MSVC is also installed.

I manually managed to cmake it by using: $ cmake -G"MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release ..

fletcher commented 8 years ago

I don't anticipate adding every conceivable build system to the project. It starts to get really messy. As you discovered, cmake is very flexible. You're using the right approach.