michaelrsweet / htmldoc

HTML Conversion Software
https://www.msweet.org/htmldoc
GNU General Public License v2.0
212 stars 47 forks source link

1.9.17 libcups is required but not mentioned in docs except release note #513

Closed BrianInglis closed 1 year ago

BrianInglis commented 1 year ago

Would be nice to know where to get a compatible version of libcups, as it does not appear to be in your repos, and does not appear to be mentioned in the docs except release notes and configs. Under OpenPrinting there appears to be a beta 3.0 of such a library - is this adequate for this release of HTMLDOC? Upgrading Cygwin release, which does not support CUPS, probably because some requirements can not be satisfied, as the port attempt appears to have been abandoned over a decade ago.

michaelrsweet commented 1 year ago

You want the current stable CUPS libraries as part of CUPS 2.x. The Windows Visual Studio project uses the NuGet packages, and you shouldn't have any trouble compiling from source as needed...

BrianInglis commented 1 year ago

Compiling with Cygwin x86_64-pc-cygwin host gcc, does not support CUPS or mono, so .NET and Windows are non-starters!

michaelrsweet commented 1 year ago

Cygwin should be able to run the configure script included with the CUPS sources. Beyond that I can't really help as I only build HTMLDOC on Windows with Visual Studio...