diff --git a/docs/reference/gtk/compiling.sgml b/docs/reference/gtk/compiling.sgml index a5909b8051..e9db8a96fe 100644 --- a/docs/reference/gtk/compiling.sgml +++ b/docs/reference/gtk/compiling.sgml @@ -22,7 +22,8 @@ find the GTK+ header files and libraries. This is done with the The following interactive shell session demonstrates how -pkg-config is used: +pkg-config is used (the actual output on your +system may be different): $ pkg-config --cflags gtk+-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/atk-1.0