File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,6 +167,11 @@ where DIRECTORY is the absolute pathname of the directory where you've
167167built the readline library. Some hints on building and using the
168168readline library:
169169
170+ - If you have already built Python without readline and then
171+ decide to add it, you have to rerun configure adding the
172+ --with-readline flag, AND you have to remove the object file
173+ Modules/myreadline.o (same if you go the other way)
174+
170175 - On SGI IRIX 5, you may have to add the following
171176 to rldefs.h:
172177
@@ -371,6 +376,7 @@ Objects/ Implementation of most built-in object types
371376Parser/ The parser and tokenizer and their input handling
372377Python/ The "compiler" and interpreter
373378README The file you're reading now
379+ Tools/ Some useful programs written in Python
374380acconfig.h Additional input for the autoheader program
375381config.h Configuration header (generated)
376382config.h.in Source from which config.status creates config.h
You can’t perform that action at this time.
0 commit comments