There seems to be a current issue where it can't find LuaGlobal.lua, which of course is a fantastically important file. I've tried to fix it myself but I'm Linuxstupid, so I'm waiting for them to fix it.
I'm not sure if that'll affect your distro or not.
I wouldn't have chosen a non-Windows OS deliberately, but Linux is so nice and easy on my older laptop. I mostly find it frustrating since I don't understand the file system yet, and I feel kinda lost. I'm sure that'll go away over time. I hear Mint is pretty nice?
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.