gaim/www

Parents 4021cee02b1d
Children 3951403c3005
if there are any spelling mistakes, blame Kevin (SimGuy) M Stange. He
wrote this. except the last line. i just added one word there of my own. to
what nosnilmot had there originally.
--- a/htdocs/gaim-ssl.txt Sun Dec 07 11:31:24 2003 -0500
+++ b/htdocs/gaim-ssl.txt Sun Dec 07 22:20:04 2003 -0500
@@ -17,7 +17,8 @@
SuSE (9.0)
==========
-
+
+
There's a 3rd party RPM for SuSE 9.0 here : http://www.usr-local-bin.org/gaim.php
You may need to put /opt/mozilla/lib in /etc/ld.so.conf (and run ldconfig as
@@ -144,13 +145,23 @@
Gentoo
======
-I have no idea what the "correct" method on Gentoo is. Various things come up
-in #gaim from time to time, such as:
- first: emerge sync
- then: emerge gaim
- or: ACCEPT_KEYWORDS="~x86" emerge gaim
+Gentoo's ebuilds for Gaim should Just Work. To install the latest Gaim
+with SSL support:
+
+ emerge sync
+ emerge gaim
+
+The most recent Gaim version is usually not in Gentoo stable. To ensure you are using
+the most recent release in Portage, use this command:
-In fact, I have no idea why anyone would use Gentoo anyway.
+ ACCEPT_KEYWORDS="~x86" emerge gaim
+
+If you are not using x86, replace "~x86" with your CPU type, such as "~ppc" or "~sparc"
+
+Portage will build and install the NSS and NSPR packages automatically if you do not
+have them. Portage is not capable of using GnuTLS with Gaim currently.
+
+In fact though, I have no idea why anyone would use Gentoo anyway.
Solaris (sparc)