1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-14 23:40:12 +02:00

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

View File

@ -49,7 +49,7 @@ wxWidgets:
git submodule update --init git submodule update --init
2) Follow instructions for building at 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... So...
@ -57,6 +57,9 @@ wxWidgets:
cd buildgtk cd buildgtk
../configure --with-gtk ../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 3) Having got this far, it is well worth trying out building some wxWidgets
examples to confirm that building has worked OK examples to confirm that building has worked OK