Difference between revisions of "LuaTest"

From RpWiki
Jump to: navigation, search
(New page: This is a small test application using c++, qt and the lua scripting language. == Building == === Linux === On a debian based system try this to solve building dependencies (tested on ku...)
(No difference)

Revision as of 15:43, 17 August 2008

This is a small test application using c++, qt and the lua scripting language.

Building

Linux

On a debian based system try this to solve building dependencies (tested on kubuntu):

 apt-get install build-essential libqt4-dev liblua5.1-0-dev

to build use these commands:

 qmake-qt4 luaTest.pro
 make

Source Code

git http viewer: luaTest

 git-clone http://git.oldsch00l.com/luaTest.git