Page 1 of 1

Linux build instructions

Posted: Fri Oct 15, 2010 1:52 am
by Lydin
Regarding the linux build instructions here: http://make.mudlet.org/compiling-mudlet-on-linux/

Step #1 gives an apt-get command to install build dependencies, and it's sufficient to compile. However the given command does not install two additional dependencies that are required to run Mudlet correctly.
liblua5.1-rex-pcre0
liblua5.1-sql-sqlite3-2

I suggest adding them in that spot.

Re: Linux build instructions

Posted: Fri Oct 15, 2010 2:13 am
by Vadi
Thanks

Re: Linux build instructions

Posted: Fri Oct 15, 2010 4:12 pm
by Shota
Instructions for compiling Mudlet on Ubuntu found here (http://forums.mudlet.org/viewtopic.php?f=8&t=1750) addressed this issue as well. However, I supplied: liblua5.1-rex-pcre-dev & liblua5.1-sql-sqlite3-dev

I'm pretty sure Ubuntu automatically grabbed the two you listed as part of those dev packages. I'm not entirely sure, but I do know the way I wrote it in the Ubuntu guide -does- satisfy dependencies and allows Mudlet to run correctly without errors.

*shrug*