summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-17 21:08:34 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-17 21:08:34 (GMT)
commitb1d368c00d708b74765f0a6a604325ff8ad1fb4f (patch)
treeb18308b255099d0f4cf4c3639f6ae60d4f6a2033 /README
parente8c27bb3eabe0550f4ddaf652bd8ebda23876d4e (diff)
downloadcpython-b1d368c00d708b74765f0a6a604325ff8ad1fb4f.zip
cpython-b1d368c00d708b74765f0a6a604325ff8ad1fb4f.tar.gz
cpython-b1d368c00d708b74765f0a6a604325ff8ad1fb4f.tar.bz2
Tiny doc patch for QNS
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 040dd6e..45a05c4 100644
--- a/README
+++ b/README
@@ -367,7 +367,7 @@ QNX: Chris Herborth (chrish@qnx.com) writes:
ftp.qnx.com in /usr/free. I used the following process to build,
test and install Python 1.5 under QNX:
- 1) SHELL=/usr/local/bin/bash CC=cc CFLAGS=-5 -O RANLIB=: \
+ 1) SHELL=/usr/local/bin/bash CC=cc CFLAGS="-5 -O" RANLIB=: \
bash ./configure --verbose --without-gcc --with-libm=""
2) copy Modules/Setup.in to Modules/Setup; edit Modules/Setup to
@@ -377,7 +377,7 @@ QNX: Chris Herborth (chrish@qnx.com) writes:
regex reop pcre posix signal readline array cmath math strop
struct time operator _locale fcntl pwd grp crypt select socket
errno termios audioop imageop rgbimg md5 timing rotor syslog
- new gdbm soundex binascii parser cStringIO cPickle zlib
+ new gdbm soundex binascii parser cStringIO cPickle zlib curses
3) SHELL=/usr/local/bin/bash make SHELL=/usr/local/bin/bash