blob: d5b57d01547ae0655db3ba002437852bf100ae73 (
plain)
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
|
1. REQUIREMENTS
You need Augeas (>= 0.10.0) [1] to build this addon.
Please note that Augeas (>= 0.10.0) itself requires LibXML2 [2].
2. BUILDING
node-waf drives building this addon using file "wscript".
Type "node-waf configure build" in console to configure and
to build this addon [3]. Other useful options to node-waf are
"clean" and "distclean".
wscript uses pkg-config [4] to check for Augeas and LibXML2.
3. USAGE
Examples are in the subdirectory "examples". Run them from the
top source directory with command "node ./examples/some-example.js".
* DON'T do it as root * (to be on the safe side ;-)
Learning Augeas documentation is also appreciated [1].
// to be continued ...
4. REFERENCES
[1] Augeas. http://augeas.net
[2] LibXML2. http://xmlsoft.org
[3] Node addons. http://nodejs.org/api/addons.html
[4] pkg-config. http://www.freedesktop.org/wiki/Software/pkg-config
|