INSTALL 613 B

1234567891011121314151617181920212223242526
  1. INSTALLATION
  2. ------------
  3. In order to compile LostIRC, you need have at least these packages installed:
  4. * A C++ compiler, like g++
  5. * gtkmm 2.0 development package (http://gtkmm.org/) (>2.10)
  6. Debian package: libgtkmm-2.4-dev
  7. * sigc++ 1.2 development package (http://libsigc.sourceforge.net/)
  8. Debian package: libsigc++-2.0-dev
  9. For CVS versions, you need to create the configure script with autogen.sh.
  10. To do this, you must have additional packages installed: autoconf, automake,
  11. libtool.
  12. Finally, execute these commands:
  13. $ ./configure
  14. $ make
  15. $ su
  16. $ make install
  17. $ exit
  18. $ lostirc