minetest-mods / irc

IRC Mod for Minetest
BSD 2-Clause "Simplified" License
43 stars 31 forks source link

[Documentation Update Request] Fedora compilation #54

Open za267 opened 5 years ago

za267 commented 5 years ago

Hi,

In order to install on this on Fedora 27, 28 and 29, one has to install the following packages. It may also work with previous version of Fedora but I haven't tested further.

dnf install compat-lua-devel lua-socket-compat lua-sec-compat

I also had to add the following two lines after the first line of code in init.lua:

package.path = package.path .. ";/usr/lib64/lua/5.3/?.lua"
package.cpath = package.cpath .. ";/usr/lib64/lua/5.3/?.so"

Works great! Thanks for an awesome mod!