Re: wxEuphoria - Linux source - configure is missing
- Posted by Jerome May 10, 2011
- 1602 views
penpal0andrew said...
I first tried to run with the binary library of wxEuphoria and got a message - Unable to open wxEuphoria
I don't believe it is necessary to build wxEuphoria from source. I'm using wxEuphoria version 0.14.0 and EU 4.0.2 on Ubuntu and here is what I did.
1) Make sure eui can find wxeud.e by either moving it or listing the appropriate include directory in an eu.cfg file.
For example: -i /home/user/Downloads/wxEuphoria/include
2) Also move libwxeu.so.14 to /usr/lib OR /usr/local/lib. You may then need to run ldconfig to update the linker bindings on the directory you chose. For example: ldconfig /usr/lib
3) Try running the included demos
Hope this helps,
Ira