Skip to content

starling13/qtlua

Repository files navigation

The QtLua library aims to make Qt4/Qt5 applications scriptable using
the Lua scripting language.

QtLua is released under the GNU LGPL v3 license.

Project documentation can be found online:
http://www.nongnu.org/libqtlua/

Build and install
=================

GNU autotools
-------------

    cd libqtlua-x.x.x
    mkdir bld
    cd bld
    ../configure
    make
    make install

CMake
-----

    cd libqtlua-x.x.x
    mkdir bld
    cd bld
    cmake ..
    make
    make install

About

QTLua, based on the version 2.1 from http://download.savannah.nongnu.org/releases/libqtlua/

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published