LuaJIT: Difference between revisions
Jump to navigation
Jump to search
Line 71: | Line 71: | ||
|- | |- | ||
| valign="top" | | | valign="top" | | ||
* [https://pkg.go.dev/github.com/toophy/gopher-lua GopherLua] | |||
* [[Homebrew]] | * [[Homebrew]] | ||
* [[HTTPie]] | * [[HTTPie]] |
Revision as of 23:15, 31 January 2024
# macos
brew install luajit
luajit --help
# debian / ubuntu
sudo apt install build-essential libssl-dev git -y
git clone https://github.com/LuaJIT/LuaJIT.git && cd LuaJIT
sudo make install && ls -lah /usr/local/bin|grep luajit
sudo make clean
luajit --help
Playground
luarocks install moonrocks
luarocks install lua-json
luarocks install luaunit
|
|
| |
References
| ||