This chapter describes how to write programs that use libgutenprint.
To use libgutenprint with a program, several steps must be taken:
Include the master libgutenprint header:
Call stp_init
.
Link with the libgutenprint library.
The following is a short example program. It does not do anything useful, but it does everything required to link with libgutenprint and call other functions from libgutenprint.