-
Notifications
You must be signed in to change notification settings - Fork 429
Build and install depency list #101
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
Comments
I had to install xsltproc, but there is probably others |
As you may know the current development branch is develop-500 This branch has a dependency on cmake, and little else at present... Try it out... |
I will close this as cmake definitely isn't using xsltproc, although I still wonder how the man pages are being generated.... |
xsltproc is used in the script |
And it will probably go back into cmake, too. We'll look at a solution that allows it to work (without the xslt) if xsltproc isn't found. I'll re-open this and tag it. |
@korjavin, @baptistelabat, @eric-brechemier, this has now been fully added to the cmake process, and only if xsltproc is found will the man page be generated. And cmake will issue a WARNING if in UNIX and xsltproc is NOT found. Without it no man page can be generated. Widows on the other hand uses a completely different set of tools, sources, and output to generate 'help' files, but these are usually only for GUI apps, not command line tools, so nothing to do for windows a this time. And note the current stable source is in the master branch, as we head towards a 5.0.0 release - So I'll close this for now, but feel free to re-open, or open other issues. Thanks for reporting... |
Looks like package xsltproc is needed for installation.
The text was updated successfully, but these errors were encountered: