diff -r aed141accdd9 -r a8c6460d612b README --- a/README Mon Feb 23 19:19:13 2009 +0200 +++ b/README Sun Mar 08 00:48:19 2009 +0200 @@ -1,21 +1,27 @@ This is a lua 5.1 interface for loudmouth jabber client library. -To install it, you need lua, glib and loudmouth headers and libraries, -cmake and perl (optional, for documentation). Then do +To install it, you need: +- lua +- liblua headers and library +- glib headers and library +- loudmouth headers and library +- cmake +- pkg-config +- perl (optional) + +Then do +$ mkdir build $ cd build $ cmake .. +$ cmake edit_cache $ make # make install Debian users can instead of make install do -$ make package +$ fakeroot make package # dpkg -i liblua5.1-*.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.