aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-04-25 02:01:13 +0400
committerIgor Pashev <pashev.igor@gmail.com>2012-04-25 02:01:13 +0400
commitd41d18b43700cd83c62151ac6f651d818332b51e (patch)
tree91faae3f718676db2c4e9458ac0ccb185610a5d9
parente11aab73e312e90f273c87d04294a9480925cd1c (diff)
downloadnode-augeas-d41d18b43700cd83c62151ac6f651d818332b51e.tar.gz
Updated README
-rw-r--r--README38
1 files changed, 37 insertions, 1 deletions
diff --git a/README b/README
index 9daeafb..d5b57d0 100644
--- a/README
+++ b/README
@@ -1 +1,37 @@
-test
+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
+