diff -r d775d7289fe4 -r 0ce7093df25f README --- a/README Mon Apr 27 13:15:23 2009 +0300 +++ b/README Tue May 19 00:42:01 2009 +0300 @@ -2,13 +2,13 @@ This is a lua 5.1 interface for loudmouth jabber client library. To install it, you need: -- lua +- lua (in fact, optional, to run test, but for now CMake cannot detect liblua separately) - liblua headers and library - glib headers and library - loudmouth headers and library - cmake -- pkg-config -- perl (optional) +- pkg-config (to detect glib and loudmouth) +- perl (optional, to generate documentation) Then do $ mkdir build @@ -18,10 +18,12 @@ $ make # make install -Debian users can instead of make install do +Debian users can instead of make install do, $ fakeroot make package # dpkg -i liblua5.1-*.deb +Users of other systems can set other CPack generator wich cache editor. + This code underlies terms of GNU GPL v2 or later. I will be happy to get feedback, patches, suggestions, etc.