summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-10-11 15:03:34 (GMT)
committerGuido van Rossum <guido@python.org>1994-10-11 15:03:34 (GMT)
commit6b111b0aefc1b9a2ae22dc10bdba870e92123a1f (patch)
tree037334e2e8ef97882be7aaf90171cbc509928c5c /README
parent4450bab75005f254ff78ac3c21a33aa203db4394 (diff)
downloadcpython-6b111b0aefc1b9a2ae22dc10bdba870e92123a1f.zip
cpython-6b111b0aefc1b9a2ae22dc10bdba870e92123a1f.tar.gz
cpython-6b111b0aefc1b9a2ae22dc10bdba870e92123a1f.tar.bz2
remove old readline note, add smake note
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 2 insertions, 8 deletions
diff --git a/README b/README
index 32bee29..b47763a 100644
--- a/README
+++ b/README
@@ -242,7 +242,8 @@ architecture, and in each directory run the configure script (on the
appropriate machine with the appropriate options). This creates the
necessary subdirectories and the Makefiles therein. The Makefiles
contain a line VPATH=... which points to directory containing the
-actual sources.
+actual sources. (On SGI systems, use "smake" instead of "make" if you
+use VPATH -- don't try gnumake.)
For example, the following is all you need to build a minimal Python
in /usr/tmp/python (assuming ~guido/src/python is the toplevel
@@ -256,13 +257,6 @@ directory and you want to build in /usr/tmp/python):
[...]
$
-To use the readline library in this case, you will have to create a
-subdirectory of your build directory called readline, copy
-readline/Makefile into it, edit the Makefile to contain a proper VPATH
-line (and possibly edit the compiler flags set in the Makefile), and
-pass the configure script a --with-readline=DIRECTORY option giving it
-the absolute (!) pathname of the readline build directory.
-
Note that Modules/Makefile copies the original Setup file to the build
directory if it finds no Setup file there. This means that you can
edit the Setup file for each architecture independently. For this