Re: Tree structure (Linux GUI)
- Posted by ghaberek (admin) May 22, 2013
- 3268 views
SocIoDim said...
CrunchBang 11 uses Debian Wheezy repos. I'm not mature Linux-user yet, so I want to use wxWidgets from official repos. For the same reasons I do not want to install from source.
So, I just ran file manager Thunar as root and moved "libwx.e" to directory "/usr/share/euphoria/include/", and "libwxeu.so.16" to "/usr/local/lib". Tomorrow I'll check it out.
If you have issues running wxEuphoria ("library not found", etc.) make sure you run ldconfig on the library:
sudo ldconfig /usr/local/lib/libwxeu.so.16
Also, mind your bitness. If you're running a 64-bit distro, you should probably move to Euphoria 4.1 (still in development) and Matt's bleeding-edge 64-bit wxEuphoria binaries.
-Greg