Notes for the lua bindings, V5.4
--------------------------------

To build the brick engine on any platform, you need:

- CMake
- Lua and its development headers
- The brick engine


In the root folder, run the command:

> cmake .

This will generate the appropriate make files, which you may then use
to build the lua bindings.
