Mercurial > pidgin
comparison README @ 2318:a7bfb5dfab25
[gaim-migrate @ 2328]
documentation updates.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Thu, 20 Sep 2001 08:13:25 +0000 |
| parents | 4bd8e3b65402 |
| children | 1121342c6830 |
comparison
equal
deleted
inserted
replaced
| 2317:ab8ca5d75dcd | 2318:a7bfb5dfab25 |
|---|---|
| 4 Eric Warmenhoven <warmenhoven@yahoo.com> IM: EWarmenhoven (Gnome Boy :)) | 4 Eric Warmenhoven <warmenhoven@yahoo.com> IM: EWarmenhoven (Gnome Boy :)) |
| 5 Syd Logan - Super Hacker and Resident Designated Driver | 5 Syd Logan - Super Hacker and Resident Designated Driver |
| 6 Jim Duchek <jimduchek@ou.edu> IM: Zilding (former maintainer) | 6 Jim Duchek <jimduchek@ou.edu> IM: Zilding (former maintainer) |
| 7 Mark Spencer <markster@marko.net> | 7 Mark Spencer <markster@marko.net> |
| 8 | 8 |
| 9 Build: | 9 * Build: |
| 10 | 10 |
| 11 ./configure ; make | 11 ./configure ; make |
| 12 for the stock version. ./configure --help to see what option you can get. | 12 for the stock version. ./configure --help to see what option you can get. |
| 13 You need to use gmake, BSD make will not work. | 13 You need to use gmake, BSD make will not work. |
| 14 | 14 |
| 22 If you want to build as a GNOME applet: | 22 If you want to build as a GNOME applet: |
| 23 ./configure --enable-panel ; make | 23 ./configure --enable-panel ; make |
| 24 then su to root and run "make install". | 24 then su to root and run "make install". |
| 25 Afterwards panel->Add applet->Network->Gaim should be there. | 25 Afterwards panel->Add applet->Network->Gaim should be there. |
| 26 | 26 |
| 27 Run: | 27 * Run: |
| 28 | 28 |
| 29 type "./gaim" | 29 type "./gaim" |
| 30 | 30 |
| 31 To use the other services (such as Yahoo and IRC) which are available as | 31 To use the other services (such as Yahoo and IRC) which are available as |
| 32 plugins: | 32 plugins: |
| 40 ICQ and Zephyr are currently the only two protocols that don't use the | 40 ICQ and Zephyr are currently the only two protocols that don't use the |
| 41 global proxy configuration; however, if you have the proxy set to use a | 41 global proxy configuration; however, if you have the proxy set to use a |
| 42 SOCKS5 proxy, ICQ will use it. If the proxy options aren't robust enough | 42 SOCKS5 proxy, ICQ will use it. If the proxy options aren't robust enough |
| 43 for you there are several libraries that you can link gaim against. | 43 for you there are several libraries that you can link gaim against. |
| 44 | 44 |
| 45 Notes: | 45 * Plugins: |
| 46 | |
| 47 If you do not wish to enable the plugin support within GAIM, run the | |
| 48 ./configure script with the --disable-plugins option and recompile your | |
| 49 source code. This will prevent the ability to load plugins. | |
| 50 | |
| 51 'make install' puts the plugins in $PREFIX/lib/gaim (PREFIX being what you | |
| 52 specified when you ./configure'd - it defaults to /usr/local). Gaim looks | |
| 53 for the plugins in that directory by default, but they do not have to be | |
| 54 there to use them. Also, plugins have a .so extension by default, though | |
| 55 they do not have to. | |
| 56 | |
| 57 * Notes: | |
| 46 | 58 |
| 47 This should now compile under Solaris, Digital Unix, Irix, etc w/o a | 59 This should now compile under Solaris, Digital Unix, Irix, etc w/o a |
| 48 problem. | 60 problem. |
| 49 | 61 |
| 50 This compiles without warnings on Linux-x86 2.2.10 glibc2.1, GTK 1.2.3 system. | 62 This compiles without warnings on Linux-x86 2.2.10 glibc2.1, GTK 1.2.3 system. |
| 61 site is ftp://ftp.sourceforge.net/pub/sourceforge/gaim. We also have a | 73 site is ftp://ftp.sourceforge.net/pub/sourceforge/gaim. We also have a |
| 62 sourceforge page at http://sourceforge.net/projects/gaim/ | 74 sourceforge page at http://sourceforge.net/projects/gaim/ |
| 63 | 75 |
| 64 Keep your eyes out for updates, and I'll try to keep the program maintained. | 76 Keep your eyes out for updates, and I'll try to keep the program maintained. |
| 65 Other contributors and patches are welcomed. Please read the FAQ first. | 77 Other contributors and patches are welcomed. Please read the FAQ first. |
| 66 |
