Mercurial > pidgin
annotate README @ 402:943248245f32
[gaim-migrate @ 412]
what does -d do?
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 14 Jun 2000 01:24:02 +0000 |
parents | d2b38d23ce19 |
children | 160b4e3ad516 |
rev | line source |
---|---|
0 | 1 gaim |
2 ======================== | |
3 Rob Flynn <rob@linuxpimps.com> IM: RobFlynn (currnet maintainer) | |
163 | 4 Eric Warmenhoven <warmenhoven@yahoo.com> IM: EWarmenhoven (Gnome Boy :)) |
5 Syd Logan - Super Hacker and Resident Designated Driver | |
0 | 6 Jim Duchek <jimduchek@ou.edu> IM: Zilding (former maintainer) |
7 Mark Spencer <markster@marko.net> | |
8 | |
9 Build: | |
10 | |
11 ./configure ; make | |
12 for the stock version. ./configure --help to see what option you can get. | |
13 | |
14 You need GTK 1.2.3. I don't wanna hear about it, if you can't get it to | |
15 work under a lower version. | |
16 | |
17 Run: | |
18 | |
19 type "./gaim" | |
20 | |
39 | 21 If you want to build as a GNOME applet: |
22 ./configure --enable-gnome ; make | |
23 then su to root and run "make install". | |
24 Afterwards panel->Add applet->Network->Gaim should be there. | |
0 | 25 |
26 Notes: | |
27 | |
28 This should now compile under Solaris, Digital Unix, Irix, etc w/o a | |
29 problem. | |
30 This compiles without warnings on Linux-x86 2.2.10 glibc2.1, GTK 1.2.3 system. | |
31 If you get warnings on something else, let me know and I'll check it out. | |
32 If you get errors, upgrade to the latest GTK-1.2 before bothering me. | |
33 | |
34 The resulting executable is standalone, so you can put it in /usr/bin or | |
35 whatever. | |
36 | |
39 | 37 The panel (if you made an applet) requires certain things to be in certain |
78 | 38 places, but the Makefile/configure script should figure things out for you. |
135
e9852a08f9c6
[gaim-migrate @ 145]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
78
diff
changeset
|
39 Make sure to enable GNOME sounds if you want gaim sounds for the applet. |
39 | 40 |
0 | 41 Send me bug reports. The web page is http://www.marko.net/gaim and the ftp |
42 site is ftp://ftp.marko.net/pub/gaim | |
43 | |
44 Keep your eyes out for updates, and I'll try to keep the program maintained. | |
45 Other contributors and patches are welcomed. Please read the FAQ first. | |
46 |