PDA

View Full Version : cups libraries


jeyram
April 4th, 2008, 01:45 PM
hi,

i am using Ubuntu 7.10.
i am writing a management software.
i want to use cups libraries into my program to print reports.
but i couldn't figure out if i want to use cups programming libraries
what are the packages that i have to install?
(ex: <cups/cups.h> )

please help me.

-thank you

amingv
April 4th, 2008, 02:24 PM
Try:
sudo apt-get install libcupsys2-dev

jeyram
April 4th, 2008, 05:11 PM
yes it's working. thank you.