Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use directly wxWidgets under ExtLibs (Linux) #12

Closed
victorlevasseur opened this issue Aug 19, 2014 · 4 comments
Closed

Use directly wxWidgets under ExtLibs (Linux) #12

victorlevasseur opened this issue Aug 19, 2014 · 4 comments

Comments

@victorlevasseur
Copy link
Contributor

Why is this not possible de use directly wxWidgets from the Extlibs folder under Linux ?

@4ian
Copy link
Owner

4ian commented Aug 19, 2014

On Linux, the standard way to use wxWidgets using thanks to wx-config (which is analog to pkg-config). So wxWidgets has to be installated system wide so that wx-config is available. Maybe I could use the wx-config from wxWidgets in ExtLibs though but not sure.
Moreover the goal in the long term is to use official wx libs provided by the system :)

@victorlevasseur
Copy link
Contributor Author

It's said on the wx wiki that you can use without problem the local wx-config to avoid conflict with system wx versions.

EDIT: On Ubuntu 14.04, wxwidgets 3.0.0 is available, so Game Develop can use it.

@4ian
Copy link
Owner

4ian commented Aug 19, 2014

Yeah so the CMakeList.txt have to be updated to use 1) the local wx-config in ExtLibs/wxWidgets if available, 2) the global wx-config otherwise.
Official wxWidgets 3 libraries are compiled with GTK2, so the CMakelists.txt should also be tweaked to use GTK2 according to the version used by the wxwidgets provided by wx-config. (For now, the CMakeLists always use GTK3).

@4ian
Copy link
Owner

4ian commented Jan 7, 2015

I close the issue as it is not relevant anymore: GDevelop now use wxWidgets provided by the system (or a automatically downloaded, precompiled version on Windows).

@4ian 4ian closed this as completed Jan 7, 2015
D8H pushed a commit that referenced this issue May 3, 2023
Feature/three deactivate three

Approved-by: Davy Hélard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants