diff options
author | Guido van Rossum <guido@python.org> | 1994-09-12 10:58:40 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-09-12 10:58:40 (GMT) |
commit | 0a516c99ddb5b08e0383c2dc9349bd0866eef582 (patch) | |
tree | cc8ad1bf1a9b088dc75b569f935cc9548472fdfe /README | |
parent | ac405f6c4ec7215b7d8f88e4002a1322eaba3df1 (diff) | |
download | cpython-0a516c99ddb5b08e0383c2dc9349bd0866eef582.zip cpython-0a516c99ddb5b08e0383c2dc9349bd0866eef582.tar.gz cpython-0a516c99ddb5b08e0383c2dc9349bd0866eef582.tar.bz2 |
The usual junk
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -51,6 +51,9 @@ pass to the configure script. AIX users: read the file Misc/AIX-NOTES before trying to build. +HP-UX users: read the file Misc/HPUX-NOTES if you want to be able to +use shared libraries for dynamically loaded modules. + Minix users: when using ack, use "CC=cc AR=aal RANLIB=: ./configure"! You can configure the interpreter to contain fewer or more built-in |