README
changeset 26 1f7e8b53b255
parent 24 1ad539cb8dc6
child 33 14f3430c43b6
--- a/README	Wed May 20 00:15:21 2009 +0300
+++ b/README	Wed May 20 19:48:34 2009 +0300
@@ -4,7 +4,7 @@
 INSTALLATION
 
 To install it, you need:
-- lua (in fact, optional, to run test, but for now CMake cannot detect liblua separately)
+- lua (optional, to run test)
 - liblua headers and library
 - glib headers and library
 - loudmouth headers and library
@@ -24,7 +24,7 @@
 $ fakeroot make package
 # dpkg -i liblua5.1-*.deb
 
-Users of other systems can set other CPack generator wich cache editor.
+Users of other systems can set other CPack generator using cache editor.
 
 NOTES
 
@@ -35,6 +35,10 @@
 lm = require 'lm'
 i.e., you should assign require return value to some variable.
 
+Loudmouth uses glib main loop to work, thus you should use this module in
+a glib loop environment, provided either by your glib-based program or by some
+other module, eg lua binding for gtk+.
+
 LICENSE
 
 This code underlies terms of GNU GPL v2 or later. You can find it in file COPYING