Lua(JIT) wrapper for QT
Lua-Qt Meta language's sample was at here
Please let me know what do you think about it.
Any question/review/suggesting about luaqt will be good for me&luaqt.
contact me with:
QQ: 402740419
E-mail: tdzl2003@gmail.com
-
Install Visual Studio (2010 or higher). The freely downloadable Express Edition works just fine.
Currently, only 2013 was tested. Other versions should also work.
-
Download and install Qt.
Currently, only 5.3.1 was tested. Other versions should also work.
-
Download and build luajit. Follow this guide.
Any versions higher than 2.0.0 should work.
-
Add luajit src directory(eg C:\LuaJIT-2.0.3\src) to THREE environment variables:
PATH
,INCLUDE
,LIB
-
Set environment variable
QT_HOME
as home directory of Qt SDK(Not Qt installation directory)(eg, C:\Qt\Qt5.3.1\5.3\msvc2013_opengl) -
Add both Qt SDK bin directory(eg C:\Qt\Qt5.3.1\5.3\msvc2013_opengl\bin) and Qt Creator bin directory(eg C:\Qt\Qt5.3.1\Tools\QtCreator\bin) to enviroment variable
PATH
-
Run
Developer Command Prompt
for Visual Studio -
Goto luaqt directory and run
msvcbuild.cmd
cd C:\luaqt msvcbuild
-
Get your libraries from luaqt\bin, or add it to
PATH