Re: wxEuphoria Problem
- Posted by mattlewis (admin) Aug 20, 2009
- 1063 views
ghaberek said...
There isn't much "installation" required. Currently, wxEuphoria is a single DLL/SO file and a single library "wrapper" file. If you're binding or translating your application for distribution, just include the wxEuphoria DLL/SO as well. For Windows, you also need to include a single compiled wxWidgets DLL, and on Linux, you can typically install wxWidgets with your favorite package manager (e.g. sudo apt-get install libwxgtk2.8-dev libwxgtk2.8-dbg).
Nevertheless, on Linux there are dependencies that need to be installed, and not everyone is capable of getting a shared object installed if it's not done by their package manager.
Matt