LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

cups-config

CUPS build configuration helper

TLDR

Get CUPS include directory
$ cups-config --cflags
copy
Get CUPS library flags
$ cups-config --libs
copy
Get CUPS version
$ cups-config --version
copy
Get all configuration
$ cups-config --all
copy

SYNOPSIS

cups-config [options]

DESCRIPTION

cups-config provides configuration information for CUPS (Common Unix Printing System). It's primarily used by build systems to determine compiler and linker flags when building software that uses CUPS libraries.

PARAMETERS

--cflags

Print compiler flags for CUPS headers.
--libs
Print linker flags for CUPS libraries.
--version
Print CUPS version.
--ldflags
Print linker directory flags.
--serverbin
Print server binary directory.
--serverroot
Print server root directory.
--datadir
Print data directory.

INSTALL

sudo apt install libcups2-dev
copy
sudo apk add cups-dev
copy
sudo zypper install cups-config
copy

SEE ALSO

cupsd(8), lp(1), lpr(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid