Replace su
with sudo
in docs/gtk/install.md
Closes https://github.com/wxWidgets/wxWidgets/pull/2343
This commit is contained in:
committed by
Vadim Zeitlin
parent
db22d12a47
commit
4b41daab13
@@ -17,9 +17,8 @@ install instructions just do the following in wxWidgets directory:
|
|||||||
> cd buildgtk
|
> cd buildgtk
|
||||||
> ../configure --with-gtk
|
> ../configure --with-gtk
|
||||||
> make
|
> make
|
||||||
> su <type root password>
|
> sudo make install
|
||||||
> make install
|
> sudo ldconfig
|
||||||
> ldconfig
|
|
||||||
|
|
||||||
[if you get "ldconfig: command not found", try using "/sbin/ldconfig"]
|
[if you get "ldconfig: command not found", try using "/sbin/ldconfig"]
|
||||||
|
|
||||||
@@ -28,9 +27,8 @@ the buildgtk directory, but they may 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>
|
> sudo make uninstall
|
||||||
> make uninstall
|
> sudo ldconfig
|
||||||
> ldconfig
|
|
||||||
|
|
||||||
Note that by default, GTK 3 is used. GTK 2 can be specified
|
Note that by default, GTK 3 is used. GTK 2 can be specified
|
||||||
with --with-gtk=2.
|
with --with-gtk=2.
|
||||||
|
Reference in New Issue
Block a user