Linux build instructions

Post Reply
Lydin
Posts: 1
Joined: Fri Jan 01, 2010 5:34 am

Linux build instructions

Post 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.

User avatar
Vadi
Posts: 5041
Joined: Sat Mar 14, 2009 3:13 pm

Re: Linux build instructions

Post by Vadi »

Thanks

Shota
Posts: 29
Joined: Tue Sep 21, 2010 5:21 am

Re: Linux build instructions

Post 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*

Post Reply