forked from AuroraMiddleware/gtk
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>
|
Mon Mar 25 11:31:41 2002 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* gtk/tree_widget.sgml: fix bugs in the code.
|
* gtk/tree_widget.sgml: fix bugs in the code.
|
||||||
|
@ -82,7 +82,11 @@ How to compile GTK+ itself
|
|||||||
<para>
|
<para>
|
||||||
If you don't have permission to write to the directory you are
|
If you don't have permission to write to the directory you are
|
||||||
installing in, you may have to change to root temporarily before
|
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>
|
||||||
<para>
|
<para>
|
||||||
Several environment variables are useful to pass to set before
|
Several environment variables are useful to pass to set before
|
||||||
|
Loading…
Reference in New Issue
Block a user