comparison README @ 1400:476b24cdfa32

[gaim-migrate @ 1410] README now has docs on how to use Yahoo/IRC/etc, so people aren't so lost. Yahoo can now receive messages and linkify them properly doesn't say "quit" in applet login window committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 10 Jan 2001 19:56:39 +0000
parents 984cbc219724
children 8c1861a8daa1
comparison
equal deleted inserted replaced
1399:51620cc6ec4b 1400:476b24cdfa32
19 don't want Gnome bits, ./configure --disable-gnome 19 don't want Gnome bits, ./configure --disable-gnome
20 20
21 Run: 21 Run:
22 22
23 type "./gaim" 23 type "./gaim"
24
25 To use the other services (such as Yahoo and IRC) which are available as
26 plugins:
27 They are installed in $libdir/gaim, which usually is either /usr/lib/gaim
28 or /usr/local/lib/gaim, and should have a somewhat descriptive name (e.g.
29 libyahoo.so or irc.so). Load those plugins using the normal plugin dialog.
30 Then in the account editor, add a new account; the Protocol option menu
31 should now have another option for the protocol that you loaded. Then you
32 can sign that account on.
24 33
25 If you want to build as a GNOME applet: 34 If you want to build as a GNOME applet:
26 ./configure --enable-panel ; make 35 ./configure --enable-panel ; make
27 then su to root and run "make install". 36 then su to root and run "make install".
28 Afterwards panel->Add applet->Network->Gaim should be there. 37 Afterwards panel->Add applet->Network->Gaim should be there.