Skip to content
/ lua Public
forked from lua/lua

the Lua repo, but with a simple shell script which helps you to compile the repo easily.

Notifications You must be signed in to change notification settings

klover-rs/lua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua

original repo

Download official Lua releases from Lua.org.

how to compile

requirements

first make sure you have the following tools installed

  • gcc
  • ar
  • ld

if you are on macOS just install the by running following command in your shell xcode-select --install

usage

clone the repo and navigate into it

git clone https://github.com/AkameTheCoder/lua.git
cd lua

now we can compile lua using the shell script in the directory

chmod +x compile.sh
./compile.sh

done! now you can use lua by typing in lua in a terminal

About

the Lua repo, but with a simple shell script which helps you to compile the repo easily.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.9%
  • Lua 32.4%
  • Other 0.7%