58e3e78cb9
This is a POSIX library for Lua 5.0.
12 lines
425 B
Text
12 lines
425 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2004/01/26 23:28:42 poppnk Exp $
|
|
|
|
To use luaposix in your lua programs you must set this environ variable:
|
|
|
|
LUA_INIT = "loadlib('${PREFIX}/lib/libluaposix.so','luaopen_posix')();"
|
|
|
|
The rest of luaposix is installed in:
|
|
|
|
${PREFIX}/lib/lua/
|
|
|
|
===========================================================================
|