README
changeset 6 90073cbb535d
parent 5 e617c9cf6dd3
child 11 a8c6460d612b
--- a/README	Mon Feb 16 01:32:12 2009 +0200
+++ b/README	Fri Feb 20 23:07:43 2009 +0200
@@ -1,18 +1,22 @@
 
 This is a lua 5.1 interface for loudmouth jabber client library.
-To install it, you need glib and loudmouth headers and libraries.
-Edit Makefile, set PREFIX, SOLIBDIR, LUALIBDIR, then run
-make
-make install
+
+To install it, you need lua, glib and loudmouth headers and libraries,
+cmake and perl (optional, for documentation). Then do
+$ cd build
+$ cmake ..
+$ make
+# make install
 
-Optionally you can generate and install api documentation (for now
-there are no lua convenience interface documentation, only for low-level
-interface, implemented in c, see example in test.lua). You will need a
-perl interpreter for that. Edit Makefile, set DOCDIR, then run
-make doc
-make doc-install
+Debian users can instead of make install do
+$ make package
+# dpkg -i liblua5.1-*.deb
 
-This code underlies terms of GNU GPL v3 or later.
+Also you can be interested in running
+$ make edit_cache
+before doing make to configure some project settings.
+
+This code underlies terms of GNU GPL v2 or later.
 
 I will be happy to get feedback, patches, suggestions, etc.