Readme
authorMyhailo Danylenko <isbear@ukrpost.net>
Wed, 11 Nov 2009 15:25:21 +0200
changeset 1 67aafecaed4a
parent 0 53ef7728edcf
child 2 06943b72945e
Readme
README
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Wed Nov 11 15:25:21 2009 +0200
@@ -0,0 +1,44 @@
+
+This is a module for mcabber, that allows you to view and
+change mcabber's environment variables at run-time.
+
+To use this module just load it, command 'env' will be
+available.
+
+INSTALLATION
+
+To install it, you need:
+make
+cmake
+gcc
+glib
+mcabber's headers
+
+Then do
+$ mkdir build
+$ cd build
+$ cmake ..
+$ make edit_cache
+$ make
+# make install
+
+Debian users can instead of make install do
+$ fakeroot make package
+# dpkg -i ...-*.deb
+
+Users of other distributions can select appropriate package
+generator, using cache editor.
+
+LICENSE
+
+This code underlies terms of GNU GPL v2 or later. You can find it in file COPYING
+from this distribution or on a GNU web-site <http://www.gnu.org/licenses/>.
+
+CONTACTS
+
+I will be happy to get feedback, patches, suggestions, etc.
+You can send me email or contact via jabber <isbear@unixzone.org.ua>.
+
+  -- Myhailo Danylenko <isbear@ukrpost.net>
+
+