Mercurial > pidgin
annotate README @ 1700:1e0fa7e130d0
[gaim-migrate @ 1710]
Zephyr.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 12 Apr 2001 09:21:16 +0000 |
parents | 86c71ca7c90f |
children | a02584b98823 |
rev | line source |
---|---|
0 | 1 gaim |
2 ======================== | |
1670 | 3 Rob Flynn <rob@marko.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. | |
1671
86c71ca7c90f
[gaim-migrate @ 1681]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1670
diff
changeset
|
13 You need to use gmake, BSD make will not work. |
0 | 14 |
15 You need GTK 1.2.3. I don't wanna hear about it, if you can't get it to | |
16 work under a lower version. | |
17 | |
706
a9758452f3c4
[gaim-migrate @ 716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
531
diff
changeset
|
18 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
|
19 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
|
20 don't want Gnome bits, ./configure --disable-gnome |
a9758452f3c4
[gaim-migrate @ 716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
531
diff
changeset
|
21 |
0 | 22 Run: |
23 | |
24 type "./gaim" | |
25 | |
1400
476b24cdfa32
[gaim-migrate @ 1410]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1161
diff
changeset
|
26 To use the other services (such as Yahoo and IRC) which are available as |
476b24cdfa32
[gaim-migrate @ 1410]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1161
diff
changeset
|
27 plugins: |
476b24cdfa32
[gaim-migrate @ 1410]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1161
diff
changeset
|
28 They are installed in $libdir/gaim, which usually is either /usr/lib/gaim |
476b24cdfa32
[gaim-migrate @ 1410]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1161
diff
changeset
|
29 or /usr/local/lib/gaim, and should have a somewhat descriptive name (e.g. |
476b24cdfa32
[gaim-migrate @ 1410]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1161
diff
changeset
|
30 libyahoo.so or irc.so). Load those plugins using the normal plugin dialog. |
476b24cdfa32
[gaim-migrate @ 1410]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1161
diff
changeset
|
31 Then in the account editor, add a new account; the Protocol option menu |
476b24cdfa32
[gaim-migrate @ 1410]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1161
diff
changeset
|
32 should now have another option for the protocol that you loaded. Then you |
476b24cdfa32
[gaim-migrate @ 1410]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1161
diff
changeset
|
33 can sign that account on. |
476b24cdfa32
[gaim-migrate @ 1410]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1161
diff
changeset
|
34 |
39 | 35 If you want to build as a GNOME applet: |
706
a9758452f3c4
[gaim-migrate @ 716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
531
diff
changeset
|
36 ./configure --enable-panel ; make |
39 | 37 then su to root and run "make install". |
38 Afterwards panel->Add applet->Network->Gaim should be there. | |
0 | 39 |
40 Notes: | |
41 | |
42 This should now compile under Solaris, Digital Unix, Irix, etc w/o a | |
43 problem. | |
706
a9758452f3c4
[gaim-migrate @ 716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
531
diff
changeset
|
44 |
0 | 45 This compiles without warnings on Linux-x86 2.2.10 glibc2.1, GTK 1.2.3 system. |
46 If you get warnings on something else, let me know and I'll check it out. | |
47 If you get errors, upgrade to the latest GTK-1.2 before bothering me. | |
48 | |
49 The resulting executable is standalone, so you can put it in /usr/bin or | |
50 whatever. | |
51 | |
39 | 52 The panel (if you made an applet) requires certain things to be in certain |
78 | 53 places, but the Makefile/configure script should figure things out for you. |
39 | 54 |
1656
8c1861a8daa1
[gaim-migrate @ 1666]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1400
diff
changeset
|
55 Send me bug reports. The web page is http://gaim.sourceforge.net/and the ftp |
786
ffb824f6cd24
[gaim-migrate @ 796]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
706
diff
changeset
|
56 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
|
57 http://sourceforge.net/projects/gaim/ |
0 | 58 |
59 Keep your eyes out for updates, and I'll try to keep the program maintained. | |
60 Other contributors and patches are welcomed. Please read the FAQ first. | |
61 |