-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
Discussed in #73
Originally posted by NJRoadfan January 12, 2024
Hello,
I am working on updating some code to support libcups3. I am at the point that I would like to test against the actual libcups3 library. How would one go about doing this? Can libcups3 co-exist with an existing CUPS 2.x install? Or do I have to start fresh with a new Linux VM without any CUPS packages installed and build libcups3?
Also, is the cups-local server needed to print? If so, I'll have to build/install it as well. My existing code calls libcups to submit a job (ultimately a PDF) via cupsCreateDestJob() and cupsStartDestDocument().
Reactions are currently unavailable