added ldconfig-not-in-path note and removed duplicate section (bug 1253089)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -26,26 +26,16 @@ install instructions just do (in the base dir):
|
|||||||
> su <type root password>
|
> su <type root password>
|
||||||
> make install
|
> make install
|
||||||
> ldconfig
|
> ldconfig
|
||||||
> exit
|
[if you get "ldconfig: command not found", try using "/sbin/ldconfig"]
|
||||||
|
|
||||||
Afterwards you can continue with:
|
If you don't do the 'make install' part, you can still use the libraries from
|
||||||
|
the buildgtk directory, but they may not be available to other users.
|
||||||
> make
|
|
||||||
> su <type root password>
|
|
||||||
> make install
|
|
||||||
> ldconfig
|
|
||||||
> exit
|
|
||||||
|
|
||||||
(If you don't do the 'make install' part, you can still
|
|
||||||
use the libraries from the buildgtk directory, but they
|
|
||||||
will not be available to other users.)
|
|
||||||
|
|
||||||
If you want to remove wxWidgets on Unix you can do this:
|
If you want to remove wxWidgets on Unix you can do this:
|
||||||
|
|
||||||
> su <type root password>
|
> su <type root password>
|
||||||
> make uninstall
|
> make uninstall
|
||||||
> ldconfig
|
> ldconfig
|
||||||
> exit
|
|
||||||
|
|
||||||
Note that by default, GTK+ 2.X is used. GTK+ 1.2 can be specified
|
Note that by default, GTK+ 2.X is used. GTK+ 1.2 can be specified
|
||||||
with --with-gtk=1.
|
with --with-gtk=1.
|
||||||
|
|||||||
Reference in New Issue
Block a user