mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:00:07 +00:00
Add a mention of running ldconfig. (#76126, Bill Nayland.)
Tue Mar 26 15:41:49 2002 Owen Taylor <otaylor@redhat.com> * gtk/building.sgml: Add a mention of running ldconfig. (#76126, Bill Nayland.)
This commit is contained in:
parent
441488cdb4
commit
d8f5dcdd13
@ -1,3 +1,8 @@
|
||||
Tue Mar 26 15:41:49 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/building.sgml: Add a mention of running ldconfig.
|
||||
(#76126, Bill Nayland.)
|
||||
|
||||
Mon Mar 25 11:31:41 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/tree_widget.sgml: fix bugs in the code.
|
||||
|
@ -82,7 +82,11 @@ How to compile GTK+ itself
|
||||
<para>
|
||||
If you don't have permission to write to the directory you are
|
||||
installing in, you may have to change to root temporarily before
|
||||
running <literal>make install</literal>.
|
||||
running <literal>make install</literal>. Also, if you are
|
||||
installing in a system directory, on some systems (such as
|
||||
Linux), you will need to run <command>ldconfig</command> after
|
||||
<literal>make install</literal> so that the newly installed
|
||||
libraries will be found.
|
||||
</para>
|
||||
<para>
|
||||
Several environment variables are useful to pass to set before
|
||||
|
Loading…
Reference in New Issue
Block a user