From: Guido van Rossum Date: Thu, 9 Mar 1995 14:12:10 +0000 (+0000) Subject: add warning about recompiling myreadline.o; add Tools/ X-Git-Tag: v1.2b4~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e109aa71f21bf3b0dd703f4e01f26a2e576d3249;p=thirdparty%2FPython%2Fcpython.git add warning about recompiling myreadline.o; add Tools/ --- diff --git a/README b/README index dc9f56d1ffad..1d982b3a0944 100644 --- a/README +++ b/README @@ -167,6 +167,11 @@ where DIRECTORY is the absolute pathname of the directory where you've built the readline library. Some hints on building and using the readline library: + - If you have already built Python without readline and then + decide to add it, you have to rerun configure adding the + --with-readline flag, AND you have to remove the object file + Modules/myreadline.o (same if you go the other way) + - On SGI IRIX 5, you may have to add the following to rldefs.h: @@ -371,6 +376,7 @@ Objects/ Implementation of most built-in object types Parser/ The parser and tokenizer and their input handling Python/ The "compiler" and interpreter README The file you're reading now +Tools/ Some useful programs written in Python acconfig.h Additional input for the autoheader program config.h Configuration header (generated) config.h.in Source from which config.status creates config.h