Skip to content

KyrietS/LuaLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lua library configured with Premake5

This project is a simple Premake5 configuration of Lua. The following builds are available:

  • Shared library 32 bit or 64 bit
  • Static library 32 bit or 64 bit

Build

Fetch this project along with Lua sources

git clone --recurse-submodules git@github.com:KyrietS/LuaLib.git

Generate project files

premake5 (vs2019|gmake2|...)

Note: header files needed for using Lua library are automatically copied into build/bin/{CONFIG}/include directory. For Windows dll Visual Studio will also create an import library.

About

Lua library configured with Premake5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages