-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
48 lines (38 loc) · 1.46 KB
/
README
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
37
38
39
40
41
42
43
44
45
46
47
48
* About LuaMetrics
---------------
- TODO !!!
* Availability
------------
LuaPretty is freely available for both academic and commercial purposes under
MIT license. See COPYRIGHT for details.
* Dependecies
-----------------------------------------
LuaPretty requires following modules to be installed:
lua >= 5.1 (not tested with 5.2)
leg == 0.1.3 (leg version 0.1.3 is provided by LuaDist and supports lpeg >= 0.10)
lpeg >= 0.10
* Installation
------------
Simplest way to install LuaPretty is to use the LuaDist (www.luadist.org) deployment
tool by invoking:
> ./luadist _luametrics install _luametrics
which will install LuaMetrics and all it's dependecies into the _luametrics folder.
LuaMetrics can be also installed using CMake (www.cmake.org). For manual installation
copy the metrics folder from src into your LUA_PATH folder.
* Running
-------
LuaMetrics is currently only a Lua module and does not provide any applications.
However the LuaDocer [1] documentation tool uses LuaMetrics heavily - please see
documentations generated by LuaDocer to see what source codemetrics can
LuaMetrics produce.
* Compatibility
-------------
LuaMetrics was tested only on Linux platform, but should work on all main platforms.
* Authors
-------
LuaMetrics is developed and maintained by:
Ivan Šimko (main developer)
Peter Kapec (project supervisor)
* References
-------
[1] https://github.com/LuaDist/luadocer