-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the requirement about "pandoc" is configurable #479
Comments
You are right, currently the Release target will not generate the man-pages with pandoc. The Debug target will. I will patch it so we have cmake option like: |
Seems that it is fixed, right? I built it on debian 8.6, though I have not install pandoc, it can be built out successfully. I also verified this on Cygwin. |
Yes. The fix is not clean, but it now works without pandoc installed. 2016-09-29 15:10 GMT+02:00 gerryqd [email protected]:
|
@gerryqd could you try on latest master? |
Hi,
I am using stlink for several months, I buit it on Cygwin, but after recent upgrades, I cannot able to build it out successfully. Seems that "pandoc" is required to generate the manpages.
Is it possilbe to make it configurable? For example, "cmake MANPAGES=NONE".
Or if it cannot find the "pandoc", it will not generate the manpges, just as it checks for the "GTK".
Thanks & Regards,
Gerry
The text was updated successfully, but these errors were encountered: