lua-users home
lua-l archive

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


On 14 March 2012 01:26, Hisham <h@hisham.hm> wrote:
> Also, I put a rockspec together for lqt -- I couldn't find a release
> package for it, so I created a rockspec based on
> https://github.com/mkottman/lqt and uploaded it to the rocks-scm
> repository (where unversioned SCM-based rockspecs live). It uses the
> cmake backend (so cmake must be installed in order to build it, and
> the checks for external dependencies is done by cmake). There was a
> bug in the cmake backend, so the latest LuaRocks 2.0.9 is required.
> SO, with cmake and the latest LuaRocks installed, build lqt as a rock
> can be done like this:
>
> luarocks build lqt --server=http://luarocks.org/repositories/rocks-scm/
>
> I was able to run examples from the test/ directory in Michal
> Kottman's repository.

Thanks for this, I didn't know that LuaRocks has CMake capabilities.
What version of Qt did you use? I know it crashes sometimes with the
latest Qt 4.8, mainly due to various multithreading issues.