[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaAV @ makeart
- From: Wesley Smith <wesley.hoke@...>
- Date: Mon, 23 Nov 2009 02:23:13 -0800
> 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