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 VstLua.05/ contains a project for VS2005.