make install.

This commit is contained in:
James Crook 2021-03-19 20:18:29 +00:00 committed by GitHub
parent e37155b07c
commit 313900e360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -49,14 +49,17 @@ wxWidgets:
git submodule update --init
2) Follow instructions for building at
https://github.com/audacity/wxWidgets/blob/v3.1.3/docs/gtk/install.txt
https://github.com/audacity/wxWidgets/blob/audacity-fixes-3.1.3/docs/gtk/install.md
So...
mkdir buildgtk
cd buildgtk
../configure --with-gtk
make
make
su <type root password>
make install
ldconfig
3) Having got this far, it is well worth trying out building some wxWidgets
examples to confirm that building has worked OK