0
|
1 gaim
|
|
2 ========================
|
|
3 Rob Flynn <rob@linuxpimps.com> IM: RobFlynn (currnet maintainer)
|
|
4 Jim Duchek <jimduchek@ou.edu> IM: Zilding (former maintainer)
|
|
5 Mark Spencer <markster@marko.net>
|
|
6
|
|
7 Build:
|
|
8
|
|
9 ./configure ; make
|
|
10 for the stock version. ./configure --help to see what option you can get.
|
|
11
|
|
12 You need GTK 1.2.3. I don't wanna hear about it, if you can't get it to
|
|
13 work under a lower version.
|
|
14
|
|
15 Run:
|
|
16
|
|
17 type "./gaim"
|
|
18
|
39
|
19 If you want to build as a GNOME applet:
|
|
20 ./configure --enable-gnome ; make
|
|
21 then su to root and run "make install".
|
|
22 Afterwards panel->Add applet->Network->Gaim should be there.
|
0
|
23
|
|
24 Notes:
|
|
25
|
|
26 This should now compile under Solaris, Digital Unix, Irix, etc w/o a
|
|
27 problem.
|
|
28 This compiles without warnings on Linux-x86 2.2.10 glibc2.1, GTK 1.2.3 system.
|
|
29 If you get warnings on something else, let me know and I'll check it out.
|
|
30 If you get errors, upgrade to the latest GTK-1.2 before bothering me.
|
|
31
|
|
32 The resulting executable is standalone, so you can put it in /usr/bin or
|
|
33 whatever.
|
|
34
|
39
|
35 The panel (if you made an applet) requires certain things to be in certain
|
46
|
36 places, I recommend running:
|
|
37 ./configure --enable-gnome --sysconfdir=`gnome-config --sysconfdir` \
|
|
38 --datadir=`gnome-config --datadir`
|
39
|
39
|
0
|
40 Send me bug reports. The web page is http://www.marko.net/gaim and the ftp
|
|
41 site is ftp://ftp.marko.net/pub/gaim
|
|
42
|
|
43 Keep your eyes out for updates, and I'll try to keep the program maintained.
|
|
44 Other contributors and patches are welcomed. Please read the FAQ first.
|
|
45
|