Compilation

Dependencies

As far as possible VSTLua includes the necessary source for its dependencies. This includes things like Lua itself, Luasockets and the OSC library. However, for licensing and compatibility reasons, some things are not distributed alongside the main source.

Compiler

Mingw32

I have included the build script I use (make.bat). This is for use with the mingw compiler . You will need to change the paths to match your system. Otherwise, assuming you have the above libraries, everything should compile.

VS2005

The directory VS2005/ contains an (outdated) project for VS2005. It will need a bit of work to add the new source files and dependencies.