1
0
mirror of https://github.com/minetest-mods/irc.git synced 2025-03-14 00:00:26 +01:00

Added README info on LuaSocket installation for Ubuntu 14.04

This commit is contained in:
ThatGraemeGuy 2014-08-20 10:23:47 +02:00
parent 12b1b07afe
commit 6eea16009d

View File

@ -25,10 +25,18 @@ every time that a submodule is updated. These steps can be combined as
`git submodule update --init`.
The Minetest IRC mod also requires LuaSocket. This can be installed using your
package manager on many distributions, for example on Arch Linux:
package manager on many distributions.
Some examples:
Arch Linux:
# pacman -S lua51-socket
Ubuntu (tested on 14.04):
# apt-get install luarocks
# luarocks install luasocket
Settings
--------