home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / yagirc-0.51.tar.gz / yagirc-0.51.tar / yagirc-0.51 / README < prev    next >
Text File  |  1998-05-11  |  2KB  |  59 lines

  1.  
  2.  yagIRC - Yet Another GTK+ IRC client :)
  3.  
  4.  
  5.  * Some introduction blahblahs
  6.  
  7.   So here's yet another GUI IRC client I made.. This is getting better and
  8.   better every day :) I believe it's already one of the best GUI IRC's out
  9.   there, script still needs a lot of new commands but it's being worked on.
  10.  
  11.  * Compiling
  12.  
  13.   No configure-script - haven't yet had time to learn how to make one so
  14.   while waiting it, Makefile should work great :) :
  15.  
  16.    - If you have libc5, remove -lcrypt from perl_lflags
  17.    - If you have PERL, you probably want perl support and need to change
  18.      perl_path to where you have PERL (usually in /usr/lib/perl5/../../CORE).
  19.      You can also disable PERL by commenting line "USE_SCRIPT=1"
  20.    - If you don't want gnome support, comment line "USE_GNOME=1"
  21.    - You may also make yagIRC to run as a bot by disabling user interface with
  22.      commenting line "USE_GUI=1"
  23.  
  24.   Then just "make" and "make install". You need GTK+ 1.0.0 to compile yagIRC.
  25.  
  26.   ** Why can't I get yagIRC compiled?? **
  27.  
  28.   These are the most common reasons:
  29.     - You haven't installed GTK right:
  30.        - You have (mostly RedHat 5 owners) already an old version of GTK in
  31.          /usr/lib and you installed new GTK to /usr/local/lib, remove old
  32.          GTK.
  33.        - Run ldconfig after "make install"
  34.     - make gives error message "{standard input}:4665: Fatal error:
  35.       Symbol XS already defined.", PERL path is incorrect in Makefile, fix it
  36.       or disable script support.
  37.  
  38.  * Using
  39.  
  40.   This should be quite working IRC client, the most common IRCII commands
  41.   should work as well as DCC send/get/chat. You can join to multiple channels
  42.   in same window or divide them into separate windows, you can also join to
  43.   multiple servers with /WINDOW SERVER command (or from menu Window/Connect)
  44.   /SERVERS displays a list of connected servers with their ID's, you can
  45.   assign these servers to windows with /WINDOW SERVER <server id> command.
  46.   You can start dragging channels from their buttons to other channel buttons
  47.   to join two channels in same window or drag to desktop to create new window
  48.   for channel. You can also separate channels easily with right clicking
  49.   channel and choosing Move -> New (hidden) window. There's also an example of
  50.   yagIRC script in irc.pl.
  51.  
  52.  * Bugs / suggestions
  53.  
  54.   See TODO file if it is already listed in there - if not send me email..
  55.  
  56.  
  57. Timo Sirainen, a@sicom.fi, http://www.sicom.fi/~ikioma/yagirc.html,
  58. Koirah mostly in IRCNet.
  59.