summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2002-03-17 19:39:24 (GMT)
committerMichael W. Hudson <mwh@python.net>2002-03-17 19:39:24 (GMT)
commitc104d890d027125a281ed349e86b49bf6377e34e (patch)
tree16dad817b03d5acd5ac7122ff31361304659c9d5
parent8967a68d0bf3c86595783638c4185733fb30ec3e (diff)
downloadcpython-c104d890d027125a281ed349e86b49bf6377e34e.zip
cpython-c104d890d027125a281ed349e86b49bf6377e34e.tar.gz
cpython-c104d890d027125a281ed349e86b49bf6377e34e.tar.bz2
Another Guido backport:
Quick build: clarify that you have to do "make install" as root; OS info: add info about Red Hat's python and python2.
-rw-r--r--README16
1 files changed, 13 insertions, 3 deletions
diff --git a/README b/README
index ee57182..b86cd76 100644
--- a/README
+++ b/README
@@ -41,9 +41,12 @@ If you don't read instructions
Congratulations on getting this far. :-)
To start building right away (on UNIX): type "./configure" in the
-current directory and when it finishes, type "make". The section
-`Build instructions' below is still recommended reading, especially
-the part on customizing Modules/Setup.
+current directory and when it finishes, type "make". This creates an
+executable "./python"; to install in /usr/local, first do "su root"
+and then "make install".
+
+The section `Build Instructions' below is still recommended reading,
+especially the part on customizing Modules/Setup.
What is Python anyway?
@@ -249,6 +252,13 @@ Linux: A problem with threads and fork() was tracked down to a bug in
module now needs the -lcrypt option. The setup.py script
takes care of this automatically.
+Red Hat Linux: There's an executable /usr/bin/python which is Python
+ 1.5.2 on most Red Hat installations; several key Red Hat tools
+ require this version. Python 2.1.x may be installed as
+ /usr/bin/python2. The Makefile installs Python as
+ /usr/local/bin/python, which may or may not take precedence
+ over /usr/bin/python, depending on how you have set up $PATH.
+
FreeBSD 3.x and probably platforms with NCurses that use libmytinfo or
similar: When using cursesmodule, the linking is not done in
the correct order with the defaults. Remove "-ltermcap" from