Mercurial > pidgin
annotate README @ 1170:16d748023b2b
[gaim-migrate @ 1180]
You can now choose the sound(s) you want to hear for various events.
It doesnt update the preferences wnidow but it really does save them,
honest!
I'll fix the rest tomrrow. I'm sleepy.
All Work and No play Makes Timmy TIIMMY TIimmMYY GOBBLES!
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Wed, 29 Nov 2000 10:30:56 +0000 |
parents | 984cbc219724 |
children | 476b24cdfa32 |
rev | line source |
---|---|
0 | 1 gaim |
2 ======================== | |
531 | 3 Rob Flynn <rflynn@blueridge.net> 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 | |
706
a9758452f3c4
[gaim-migrate @ 716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
531
diff
changeset
|
17 Gaim will try to compile with Gnome features if you have Gnome on your |
a9758452f3c4
[gaim-migrate @ 716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
531
diff
changeset
|
18 system. If you don't have them, it will settle for simply GTK. If you |
a9758452f3c4
[gaim-migrate @ 716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
531
diff
changeset
|
19 don't want Gnome bits, ./configure --disable-gnome |
a9758452f3c4
[gaim-migrate @ 716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
531
diff
changeset
|
20 |
0 | 21 Run: |
22 | |
23 type "./gaim" | |
24 | |
39 | 25 If you want to build as a GNOME applet: |
706
a9758452f3c4
[gaim-migrate @ 716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
531
diff
changeset
|
26 ./configure --enable-panel ; make |
39 | 27 then su to root and run "make install". |
28 Afterwards panel->Add applet->Network->Gaim should be there. | |
0 | 29 |
30 Notes: | |
31 | |
32 This should now compile under Solaris, Digital Unix, Irix, etc w/o a | |
33 problem. | |
706
a9758452f3c4
[gaim-migrate @ 716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
531
diff
changeset
|
34 |
0 | 35 This compiles without warnings on Linux-x86 2.2.10 glibc2.1, GTK 1.2.3 system. |
36 If you get warnings on something else, let me know and I'll check it out. | |
37 If you get errors, upgrade to the latest GTK-1.2 before bothering me. | |
38 | |
39 The resulting executable is standalone, so you can put it in /usr/bin or | |
40 whatever. | |
41 | |
39 | 42 The panel (if you made an applet) requires certain things to be in certain |
78 | 43 places, but the Makefile/configure script should figure things out for you. |
39 | 44 |
0 | 45 Send me bug reports. The web page is http://www.marko.net/gaim and the ftp |
786
ffb824f6cd24
[gaim-migrate @ 796]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
706
diff
changeset
|
46 site is ftp://ftp.marko.net/pub/gaim. We also have a sourceforge page at |
ffb824f6cd24
[gaim-migrate @ 796]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
706
diff
changeset
|
47 http://sourceforge.net/projects/gaim/ |
0 | 48 |
49 Keep your eyes out for updates, and I'll try to keep the program maintained. | |
50 Other contributors and patches are welcomed. Please read the FAQ first. | |
51 |