Re: Installing wxEuphoria and wxIDE
- Posted by mattlewis (admin) Jun 01, 2011
- 1479 views
carolyn_r said...
Update - after a bit of research I extracted the archive files for wxEuphoria and wxIDE into /usr/share/euphoria, put the include files for both into one of the PATH directories and put libwxeu.so.15 into /usr/local/lib. Then I tried to run one of the wxEuphoria demos and got a message saying "Unable to open wxEuphoria library".
You probably need to run ldconfig (as sudo) for the new library to be added to the cache.
carolyn_r said...
So I found some instructions for building from source, opened a terminal in the wxEuphoria/src directory and typed "./configure" and got a message saying the command "configure" wasn't found.
I believe the configure script and makefile are in the src directory.
Matt