1. I installed both .gz file and got them in the same folder
2. I did the ./build-source-libs.sh -j8 command
3. I did the ./update-workspace.sh command
I got this error: WX_CONFIG must be set and valid or wx-config must be present when atlas is enabled
current value: wx-config-gtk2
ERROR: Premake failed
4. I installed wxwidgets-common, wxwidgets-gtk2 and wxwidgets-gtk3 and tryed again the ./update-workspace.sh command but it gave the same error
5. I did the export WX_CONFIG=wx-config-gtk3 command and tryed the ./update-workspace.sh command but it gave the same error. Same for the WX_CONFIG=wx-config-gtk2 command
6. I installed wxwidgets-gtk2 with yay -S wxwidgets-gtk2 command but got this error:
7. I did the cmake --version command and this was the output:
All my update were done before all this.
@Seleucids