justdie386 / luarocks-installer

A fully automated luarocks/lua installer to allow newcomers to properly use lua and its ecosystem on windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NEW INSTALLER at https://github.com/justdie386/theinstaller

A work in progress luarocks installer (CLI only for now)

Dependencies

  • lua5.1
  • luazip
  • luasocket
  • luafilesystem
  • luasec
  • registry

How to acquire the registry library

cd registry
luarocks build

Why? because i haven't posted it as an actual rock on the luarocks website just yet

How to use

For now, i haven't make any build steps to bundle it into an executable, which could be done with luastatic, but I'm planning on doing it when i get general idea of which GUI library i'll be using, and how i'll do everything else But if you wanna test it, you can install the dependencies above, and run the installer/main.lua

About

A fully automated luarocks/lua installer to allow newcomers to properly use lua and its ecosystem on windows

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Lua 61.4%Language:C 38.6%