mirror of
https://github.com/python/cpython.git
synced 2025-11-15 00:00:00 +00:00
add warning about recompiling myreadline.o; add Tools/
This commit is contained in:
parent
8b131c5f27
commit
e109aa71f2
1 changed files with 6 additions and 0 deletions
6
README
6
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
|
built the readline library. Some hints on building and using the
|
||||||
readline library:
|
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
|
- On SGI IRIX 5, you may have to add the following
|
||||||
to rldefs.h:
|
to rldefs.h:
|
||||||
|
|
||||||
|
|
@ -371,6 +376,7 @@ Objects/ Implementation of most built-in object types
|
||||||
Parser/ The parser and tokenizer and their input handling
|
Parser/ The parser and tokenizer and their input handling
|
||||||
Python/ The "compiler" and interpreter
|
Python/ The "compiler" and interpreter
|
||||||
README The file you're reading now
|
README The file you're reading now
|
||||||
|
Tools/ Some useful programs written in Python
|
||||||
acconfig.h Additional input for the autoheader program
|
acconfig.h Additional input for the autoheader program
|
||||||
config.h Configuration header (generated)
|
config.h Configuration header (generated)
|
||||||
config.h.in Source from which config.status creates config.h
|
config.h.in Source from which config.status creates config.h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue