Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.
/ qtlua Public archive

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

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

LuaDist/qtlua

Repository files navigation

The QtLua library aims to make Qt4 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
=================

The library now comes with two build systems:

  - The main GNU autotools build system which is suited for GNU/Linux:

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

  - The alternative CMake build system which is suited for any
    platform. It needs CMake installed to work:

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

About

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

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •