README
changeset 3 a5f864d4207f
parent 0 65cbecad22b4
child 87 36d94f12811b
--- a/README	Mon Feb 23 17:05:43 2009 +0200
+++ b/README	Mon Feb 23 18:27:13 2009 +0200
@@ -1,21 +1,26 @@
 
 This is a lua 5.1 module for mcabber.
 
-To install it, you need lua and glib headers and libraries and
-cmake. Then do
+To install it, you will need:
+- lua library and headers
+- glib (with gmodule) library and headers
+- loudmouth headers
+- mcabber-lm sources (for headers)
+- cmake
+- perl (optional)
+
+Then do
+$ mkdir build
 $ cd build
 $ cmake ..
+$ make edit_cache
 $ make
 # make install
 
 Debian users can instead of make install do
-$ make package
+$ fakeroot make package
 # dpkg -i mcabber-lua-*.deb
 
-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.