From a206371a128612e42a14e1a0ac68b0559349482c Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 4 Jun 2017 12:57:42 +0000 Subject: [PATCH] added luarocks --- sheets/luarocks | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sheets/luarocks diff --git a/sheets/luarocks b/sheets/luarocks new file mode 100644 index 0000000..a7614fb --- /dev/null +++ b/sheets/luarocks @@ -0,0 +1,13 @@ +# LuaRocks is the package manager for Lua modules + +# install luarocks +wget https://luarocks.org/releases/luarocks-2.4.1.tar.gz +tar zxpf luarocks-2.4.1.tar.gz +cd luarocks-2.4.1 +./configure; sudo make bootstrap + +# install lua package +luarocks install luasocket + +# search for lua package +luarocks search luasec