mirror of
https://github.com/vxcontrol/golua.git
synced 2026-06-30 22:17:55 -04:00
33 lines
674 B
Plaintext
33 lines
674 B
Plaintext
Go Bindings for the lua C API
|
|
|
|
Simplest way to install:
|
|
|
|
#goinstall -u github.com/afitz/golua
|
|
#cd $GOROOT/src/pkg/github.com/afitz/golua
|
|
#make install
|
|
|
|
|
|
Configuration Variables
|
|
-----------------------
|
|
LUA51_LIBNAME
|
|
default: lua5.1
|
|
used if LUA51_LIB_DIR is defined
|
|
|
|
LUA51_INCLUDE_DIR
|
|
default: undefined
|
|
defining this overrides the pkg-config mechanism to find the lua cflags
|
|
|
|
LUA51_LIB_DIR
|
|
default: undefined
|
|
defining this overrides the pkg-config mechanism to create the LD_FLAGS
|
|
|
|
Licensing
|
|
-------------------------
|
|
GoLua is released under the MIT license.
|
|
Please see the LICENSE file for more information.
|
|
|
|
Lua is Copyright (c) Lua.org, PUC-Rio. All rights reserved.
|
|
|
|
|
|
|