libicq v0.1.0
Denis V. Dmitrienko <denis@null.net>

Based on micq code by Matthew Smith <meadhros@yahoo.com>

DOWNLOAD
--------
Home page:
      http://www.cn.ua/~denis/kde/libicq.html
Direct download:
      http://www.cn.ua/~denis/kde/libicq-0.1.0.tar.gz
      ftp://ftp.kde.org/pub/kde/unstable/apps/network/libicq-0.1.0.tar.gz

INSTALL
-------
This is very basic:
      ./configure
      make
      su -c "make install"

Check /etc/ld.so.conf for /usr/local/lib line and than
      su -c ldconfig

Or set LD_LIBRARY_PATH environment variable:
      export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

If you want to install in other place:
      ./configure --prefix=/place/to/install/libicq
      make
      make install

You should have permitions to write in /place/to/install/libicq or should
install it from root:
      su -c "make install"

Modify /etc/ld.so.conf or set LD_LIBRARY_PATH environment variable like
described above for /place/to/install/libicq/lib line.

For more details read INSTALL file.

THANKS
------
To
- Matthew Smith, Magnus Ihse, Jeremy Wise, Henrik Isaksson and other
  people from ICQDev <icq-devel@lists.realminfo.com> and
  micq <micq@phantom.iquest.net> mailing lists for their contribution
  in icq protocol research
- K Desktop Environment authors
- libicq and kicq users

And finaly
- Linus Torvalds, Alan Cox and other Linux programers for great OS

--
Enjoy!
Denis
