aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-07-01 17:37:28 +0200
committersrdusr <trevorgray@srdusr.com>2023-07-01 17:37:28 +0200
commit933ebec3967c71a07d217ec694ff7a6bb3f566a4 (patch)
treeb6329cfcdfadc3b835d716eee45c6a05b3cdb729 /README.md
parent90f31272ab1c87ce19541aa3cb02a05fded2ec8f (diff)
downloaddotfiles-933ebec3967c71a07d217ec694ff7a6bb3f566a4.tar.gz
dotfiles-933ebec3967c71a07d217ec694ff7a6bb3f566a4.zip
Add lua info
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 75ac367..2ab3e46 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,24 @@
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
##### lua
+-$ curl -R -O http://www.lua.org/ftp/lua-5.3.5.tar.gz
+-$ tar -zxf lua-5.3.5.tar.gz
+-$ cd lua-5.3.5
+-$ make linux test
+-$ sudo make install
+
+now Lua is installed.
+
+ Download and unpack the LuaRocks tarball using following commands.
+
+-$ wget https://luarocks.org/releases/luarocks-3.8.0.tar.gz
+-$ tar zxpf luarocks-3.8.0.tar.gz
+-$ cd luarocks-3.8.0
+
+ Run ./configure --with-lua-include=/usr/local/include. (This will attempt to detect your installation of Lua. If you get any error messages, see the section "Customizing your settings", below.)
+ Run make.
+ As superuser, run make install.
+
##### PHP
##### dart
##### javascript