withmorten / spek-alternative

Acoustic spectrum analyser
Other
314 stars 18 forks source link

Building with `wxWidgets-gtk3`? #9

Closed kartikynwa closed 4 years ago

kartikynwa commented 4 years ago

wxWidgets provides wx-config which is required to build spek-alternative as seen here. But the binary supplied by wxWidgets-gtk3 is named wx-config-gtk3 and trying to build spek-alternative with wxWidgets-gtk3 fails because it isn't looking for the correct file.

How would I build this with wxWidgets-gtk3?

Thanks for reading this. :)

kartikynwa commented 4 years ago

Apparently, this can be done by using an environment variable WX_CONFIG_NAME=wx-config-gtk3. Sorry for bothering.