You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per title I now cannot install the program and may have to timeshift back as I rely on the program - is it possible to get an appimage as suggested? I have tried using the terminal and mp3gain but I have very confused by it.
When I try and compile from source I get the following error
sudo apt -y install libwxgtk3.0-dev E: Package 'libwxgtk3.0-dev' has no installation candidate
Thank you and for the work on this
The text was updated successfully, but these errors were encountered:
The wxWidgets package is called libwxgtk3.0-gtk3-dev since Ubuntu 20.04 / Linux Mint 20.1. After installing that package you will be able to build, but starting wxMP3gain you will run into problems loading the images/icons.
I created a pull request #18 where the main issues are fixed. I could not get the main icon file to get loaded correctly, but the application can be build from sources and it runs without throwing errors.
Hi
As per title I now cannot install the program and may have to timeshift back as I rely on the program - is it possible to get an appimage as suggested? I have tried using the terminal and mp3gain but I have very confused by it.
When I try and compile from source I get the following error
sudo apt -y install libwxgtk3.0-dev E: Package 'libwxgtk3.0-dev' has no installation candidate
Thank you and for the work on this
The text was updated successfully, but these errors were encountered: