j0rtiz / lua-dojo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lua Dojo

Reference

  1. Download and install TDM (mingw) in C:\

    tdm64-gcc-9.2.0.exe

  2. Add TDM to $PATH

    C:\TDM-GCC-64\bin

  3. Install hererocks

    pip install git+https://github.com/luarocks/hererocks

  4. Install Lua, LuaRocks and apply patches

    hererocks C:\Lua -l5.3 -rlatest --patch

  5. Add Lua dir to $PATH

    C:\Lua\bin

  6. Install lfs module

    luarocks install luafilesystem

  7. Download and install WezTerm in C:\Program Files\WezTerm

    Installing on Windows

  8. Copy wezterm.lua and wezterm_modules to the folder where WesTern was installed

    C:\Program Files\WezTerm

About


Languages

Language:Lua 100.0%