This commit is contained in:
Graeme Donaldson 2015-03-12 22:16:11 +00:00
commit 48dac9f2b0
1 changed files with 9 additions and 1 deletions

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