Mercurial > pidgin
annotate README @ 160:aaa8f0a2140e
[gaim-migrate @ 170]
Made it so that the passwords appeared as *'s in the change dialog
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 24 Apr 2000 04:44:24 +0000 |
parents | e9852a08f9c6 |
children | d2b38d23ce19 |
rev | line source |
---|---|
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 |
78 | 36 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
|
37 Make sure to enable GNOME sounds if you want gaim sounds for the applet. |
39 | 38 |
0 | 39 Send me bug reports. The web page is http://www.marko.net/gaim and the ftp |
40 site is ftp://ftp.marko.net/pub/gaim | |
41 | |
42 Keep your eyes out for updates, and I'll try to keep the program maintained. | |
43 Other contributors and patches are welcomed. Please read the FAQ first. | |
44 |