summaryrefslogtreecommitdiff
path: root/README
blob: 7c7c2098ce7dae1d0d9b60a78f27bd35fe8d4e2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
gaim
========================
Rob Flynn <rflynn@blueridge.net> IM: RobFlynn (currnet maintainer)
Eric Warmenhoven <warmenhoven@yahoo.com> IM: EWarmenhoven (Gnome Boy :))
Syd Logan - Super Hacker and Resident Designated Driver
Jim Duchek <jimduchek@ou.edu> IM: Zilding (former maintainer)
Mark Spencer <markster@marko.net>

Build:

./configure ; make 
for the stock version.  ./configure --help to see what option you can get.

You need GTK 1.2.3.  I don't wanna hear about it, if you can't get it to
work under a lower version.

Gaim will try to compile with Gnome features if you have Gnome on your
system. If you don't have them, it will settle for simply GTK. If you
don't want Gnome bits, ./configure --disable-gnome

Run:

type "./gaim"

To use the other services (such as Yahoo and IRC) which are available as
plugins:
They are installed in $libdir/gaim, which usually is either /usr/lib/gaim
or /usr/local/lib/gaim, and should have a somewhat descriptive name (e.g.
libyahoo.so or irc.so). Load those plugins using the normal plugin dialog.
Then in the account editor, add a new account; the Protocol option menu
should now have another option for the protocol that you loaded. Then you
can sign that account on.

If you want to build as a GNOME applet:
./configure --enable-panel ; make
then su to root and run "make install". 
Afterwards panel->Add applet->Network->Gaim should be there.

Notes:

This should now compile under Solaris, Digital Unix, Irix, etc w/o a
problem.

This compiles without warnings on Linux-x86 2.2.10 glibc2.1, GTK 1.2.3 system.
If you get warnings on something else, let me know and I'll check it out.
If you get errors, upgrade to the latest GTK-1.2 before bothering me.

The resulting executable is standalone, so you can put it in /usr/bin or
whatever.

The panel (if you made an applet) requires certain things to be in certain
places, but the Makefile/configure script should figure things out for you.

Send me bug reports.  The web page is http://www.marko.net/gaim and the ftp
site is ftp://ftp.marko.net/pub/gaim. We also have a sourceforge page at
http://sourceforge.net/projects/gaim/

Keep your eyes out for updates, and I'll try to keep the program maintained.
Other contributors and patches are welcomed.  Please read the FAQ first.