Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Lightnet/cmakelua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmakelua

LICENSE: MIT

Packages:

  • Lua 5.4.3
  • cmake 3.20.1

Information:

Testing setup build to run lua executes, lib and dll files. CMake will build the files base on compile tool and get the src file download by using FetchContent.

By Using the cmake command builds.

fetch files:

There are two which can be downloaded. Github lua and the other is their main website lua.org.

Build:

:: Create a build directory
mkdir build 
:: change build directory and get CMakeLists.txt config.
cd build && cmake ..
:: Build the project by default tool compiler to current hardware
cmake --build . 
build/Debug
 * lua.exe
 * lua.lib
 * lua.dll
 * luac.exe
 * etc...

Links:

Notes:

  • Lua 5.4.3 github missing one luac.c file to run execute program.
  • VS2019 Window 10 64 Bit.

About

Simple lua window build lib, executes programs and dll by using cmake build.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published