Skip to content

klassmann/blog-embedding-lua-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Post - Embedding Lua in C

Here are all examples explained in my blog post.

Requirements

How to Use

Inside the repository, create a build directory and change to the directory:

mkdir build
cd build

Inside build directory use cmake to generate de project files:

cmake ..

Inside build folder you will find the projects for your IDE ou building tools, in my case there is a Makefile:

make

After compiling you will find inside build/examples all examples ready for use.

You can find other cmake options here.

License

MIT.