X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=bindings%2Flua%2FREADME;h=a42339dca4b0773a01e1e614f893f92b94afc389;hp=0eaacccc8144342dd375ba3b6bb3568b96549afc;hb=954e4ccde1346c9951aaa3d5c077b0ffc7fd93b6;hpb=e0fde57e050da8ae29bf1a95aee958dfff2510e2 diff --git a/bindings/lua/README b/bindings/lua/README index 0eaaccc..a42339d 100644 --- a/bindings/lua/README +++ b/bindings/lua/README @@ -3,17 +3,17 @@ RRDLua is a Lua module for RRD functions. - Configuration From the top dir of RRDtool package, run "./configure", or - "./configure --enable-lua-site-install" if you prefer to install it - in Lua's search path. + "./configure --enable-lua-site-install" if you prefer to install in + Lua's search path. - You should have lua and lua-dev packages installed before executing - configure. + You should have lua 5.0, or superior, and respective lua-dev packages + installed before executing configure. - Compilation and installation Run 'make' and 'sudo make install'. If you don't enable lua-site-install, - the Lua module will be installed together with RRDtool, under the subdir - lib/lua/. + the Lua modules will be installed together with RRDtool, under the subdir + lib/lua/. - Testing @@ -26,11 +26,11 @@ RRDLua is a Lua module for RRD functions. Start your programs with: - --------------------------------------------------------------- - package.cpath = '/usr/local/rrdtool-1.3.2/lib/lua/5.1/?.so;' .. + ------..----------------------------------------------------------- + package.cpath = '