lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Ok, that will do for me, I'll dig a bit deeper to find the sources and
> see if I can get things up and running one of these days.

Here's how to get the source:
http://lua-av.mat.ucsb.edu/source.html

On ubuntu, these are the rough instructions:

1) cd buildtool/scripts
2) sudo install_dependencies.sh
3) cd ../src
4) make linux
5) cd ../
6) lua build.linux.lua ../

After this, you should have a debug build of LuaAV in sysbuild/Debug.

wes