Revision: 8155
http://svn.sourceforge.net/mailman/?rev=8155&view=rev
Author: bwarsaw
Date: 2007-02-14 17:59:46 -0800 (Wed, 14 Feb 2007)
Log Message:
-----------
Change the Installation Requirements to now recommend Python 2.4.4,
but also point to the wiki as the definitive information on
requirements. (The wiki has been updated.) Remove specific gcc
version requirements; I don't think it actually matters these days.
Also, add a simple Makefile for building the documentation.
Modified Paths:
--------------
branches/Release_2_1-maint/mailman/doc/mailman-install.tex
Added Paths:
-----------
branches/Release_2_1-maint/mailman/doc/Makefile
Added: branches/Release_2_1-maint/mailman/doc/Makefile
===================================================================
--- branches/Release_2_1-maint/mailman/doc/Makefile
(rev 0)
+++ branches/Release_2_1-maint/mailman/doc/Makefile 2007-02-15 01:59:46 UTC
(rev 8155)
@@ -0,0 +1,7 @@
+MKHOWTO = ~/projects/python24/Doc/tools/mkhowto
+
+all:
+ $(MKHOWTO) --all mailman-admin.tex
+ $(MKHOWTO) --all mailman-install.tex
+ $(MKHOWTO) --all mailman-member-es.tex
+ $(MKHOWTO) --all mailman-member.tex
Modified: branches/Release_2_1-maint/mailman/doc/mailman-install.tex
===================================================================
--- branches/Release_2_1-maint/mailman/doc/mailman-install.tex 2007-02-08
20:27:59 UTC (rev 8154)
+++ branches/Release_2_1-maint/mailman/doc/mailman-install.tex 2007-02-15
01:59:46 UTC (rev 8155)
@@ -41,6 +41,11 @@
\section{Installation Requirements}
+\emph{Please note that the information on this page may be out of date.}
+Check for the
+\ulink{latest installation information}{http://wiki.list.org/x/bAM} on the
+\ulink{Mailman wiki}{http://wiki.list.org}.
+
GNU Mailman works on most POSIX-based systems such as \UNIX{}, MacOSX, or
GNU/Linux. It does not currently work on Windows. You must have a mail
server that you can send messages to, and a web server that supports the
@@ -54,12 +59,11 @@
To install Mailman from source, you will need an ANSI C compiler to build
Mailman's security wrappers. The
-\ulink{GNU C compiler gcc}{http://gcc.gnu.org} 2.8.1 or later is known
-to work well.
+\ulink{GNU C compiler gcc}{http://gcc.gnu.org} works well.
You must have the \ulink{Python}{http://www.python.org} interpreter installed
-somewhere on your system. Mailman 2.1 requires Python 2.1 or newer, although
-Python 2.3 or newer is recommended.
+somewhere on your system. As of this writing, Python 2.4.4 is recommended,
+but see the wiki page above for the latest information.
\section{Set up your system}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org