From 4b41daab13dc3d8259cade09c426f6c010fa3f76 Mon Sep 17 00:00:00 2001 From: Manuel Garcia <31109774+Mandroide@users.noreply.github.com> Date: Fri, 23 Apr 2021 13:09:28 -0400 Subject: [PATCH] Replace `su` with `sudo` in docs/gtk/install.md Closes https://github.com/wxWidgets/wxWidgets/pull/2343 --- docs/gtk/install.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/gtk/install.md b/docs/gtk/install.md index e76a30183a..99061bf15e 100644 --- a/docs/gtk/install.md +++ b/docs/gtk/install.md @@ -17,9 +17,8 @@ install instructions just do the following in wxWidgets directory: > cd buildgtk > ../configure --with-gtk > make - > su - > make install - > ldconfig + > sudo make install + > sudo 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: - > su - > make uninstall - > ldconfig + > sudo make uninstall + > sudo ldconfig Note that by default, GTK 3 is used. GTK 2 can be specified with --with-gtk=2.