The forums have been archived and placed into READ-ONLY mode. Some things may not work such as the search bar.
I'm running Fedora 18 and I'm having trouble compiling Mudlet, and the windows version does not work in Wine.
Has anybody got Mudlet running in Linux?
0
Comments
I can try convert the .deb package into a rpm for fedora.
Will look into it as soon as I have it running. Don't really like qmake
How do you like Ubuntu Lin?
If you use the file browser (nautilus), how is the file system different than what you expect?
So for people that come after me and read this thread...
Follow the instructions in the following page:
http://wiki.mudlet.org/w/Compiling_Mudlet
But use the src.pro file as you can see it here:
https://github.com/dawid-sklodowski/Mudlet-Fedora/blob/master/src/src.pro
So basically, git clone to get the latest version.
Change the following lines like that second link (github):
LIBLUA = -llua5.1
!exists(/usr/lib/liblua5.1.a):LIBLUA = -llua
and then qmake-qt4; make
If you have any questions just ask.
I didn't try the generic installer. I will try it tomorrow and let you know how it goes.