Re: Using wxEuphoria on Linux
- Posted by ghaberek (admin) Sep 23, 2009
- 1132 views
From the other thread...
mattlewis said...
Fendaril said...
How would you get wxEuphoria to be detected by the interpreter anyway.I am trying to get it to work with linux(ubuntu).
install_txt said...
To install wxEuphoria on Linux or FreeBSD: ---------------------------------------------- * Put: wxEuphoria/include/wxeud.e ...into a directory on your $EUINC path. If you're not sure which those directories are, from the command line: $ echo $EUINC * You must have wxWidgets 2.8 installed, either from your distribution's package management system, or by building it from source. See http://www.wxwidgets.org for more information about wxWidgets. * You can try to use the binary: wxEuphoria/bin/libwxeu.so ...by installing it into /usr/local/lib. You'll need root priveledges. Then you'll need to run ldconfig. For Linux: # ldconfig /usr/local/lib or # /sbin/ldconfig /usr/local/lib
If this does not work for you, let me know what you've done, and what result you get from trying to run a wxEuphoria program.
Matt
C'mon people, let's keep threads to a single topic!
-Greg