Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 382 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 382 Bytes

LuaCmake

LuaCmake is a basic CMake configuration to compile Lua compatible with all operating systems.

Instructions

  1. Install CMake https://cmake.org
  2. Download Lua https://www.lua.org/download.html
  3. Extract in somewhere.
  4. Copy CMakeLists.txt to Lua extracted directory.
  5. Copy also the script with the cmake commands according the operating system.
  6. Run the script.