-
Notifications
You must be signed in to change notification settings - Fork 6
/
INSTALL
37 lines (21 loc) · 986 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
_ _ _ _ _ _ ____
|"| U |"|u| | | \ |"| U /"\ uU | _"\ u
U | | u \| |\| |<| \| |> \/ _ \/ \| |_) |/
\| |/__ | |_| |U| |\ |u / ___ \ | _ <
|_____|<<\___/ |_| \_| /_/ \_\ |_| \_\
// \\(__) )( || \\,-.\\ >> // \\_
(_")("_) (__) (_") (_/(__) (__)(__) (__)
Numeric arrays for Lua
INSTALLTION INSTRUCTIONS
(1a) ./setup [will download and install Lua to the currect directory]
(1b) source ./setup [will also export build evironment for local Lua install]
(2) make
RUNNING TESTS
(1) make test
(2) lua test/array.lua
TO specify the location of Lua header and library files, put
LUA_HOME=/path/to/lua at the end of the make command. 'make install'
creates lib and include directories locally. To specify a different
location, use INSTALL_TOP=/path/to/lunum. To load lunum as a Lua
extension, set the environment variable as follows:
export LUA_CPATH=/path/to/lunum/lib/?.so