Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 803 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 803 Bytes

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.