--cflags
Print the compiler flags that are necessary to compile a program or library that uses SDL.
--exec-prefix[=DIR]
If DIR is not specified, print the exec prefix of the current SDL installation.
If DIR is specified, use it instead of the installation exec prefix that SDL was built with when
computing the output for the --cflags, --libs and --static-libs options. This option must be
specified before any of the options --cflags, --libs and --static-libs.
--libs Print the linker flags that are necessary to link a program that uses SDL.
--static-libs
Print the linker flags that are necessary to statically link a program that uses SDL.
--prefix[=DIR]
If DIR is not specified, print the prefix of the current SDL installation.
If DIR is specified, use it instead of the installation prefix that SDL was built with when
computing the output for the --cflags, --libs and --static-libs options. This option is also used
for the exec prefix if --exec-prefix was not specified. This option must be specified before any
of the options --cflags, --libs and --static-libs.
--version
Prints the currently installed version of SDL on standard output.