mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-27 07:56:14 +01:00
Update an example from 1.3 to 2.x
2005-05-20 Matthias Clasen <mclasen@redhat.com> * glib/compiling.sgml: Update an example from 1.3 to 2.x
This commit is contained in:
parent
c8099fa3e9
commit
16f730e41d
@ -1,3 +1,7 @@
|
|||||||
|
2005-05-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/compiling.sgml: Update an example from 1.3 to 2.x
|
||||||
|
|
||||||
2005-05-13 Matthias Clasen <mclasen@redhat.com>
|
2005-05-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gobject/glib-genmarshal.1:
|
* gobject/glib-genmarshal.1:
|
||||||
|
@ -27,7 +27,7 @@ The following interactive shell session demonstrates how
|
|||||||
$ pkg-config --cflags glib-2.0
|
$ pkg-config --cflags glib-2.0
|
||||||
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
|
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
|
||||||
$ pkg-config --libs glib-2.0
|
$ pkg-config --libs glib-2.0
|
||||||
-L/usr/lib -lm -lglib-1.3
|
-L/usr/lib -lm -lglib-2.0
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user