f1fe18619a0f7057d407e05134735e4aa31b4be0
[rrdtool.git] / bindings / lua / README
1 RRDLua is a Lua module for RRD functions.
2
3 Compiling:
4
5 Just run "configure" from the top RRDTool package dir and then 'make'.
6 You should have lua and lua-dev packages installed before executing
7 configure.
8
9 Testing:
10
11 Enter the bindings/lua dir, run 'make test' and use your preferred
12 viewer to display the just created graph 'test.png'. If you can read
13 "Enjoy Lua RRDtool module!" on the picture, everything went fine.
14
15 Installation:
16
17 Run 'make install' from the top dir of the RRDtool package. The Lua
18 module will be installed in the same RRDtool installation dir,
19 under the subdir lib/lua/<lua_version>.
20
21