mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00:00
Quick build: clarify that you have to do "make install" as root; OS
info: add info about Red Hat's python and python2.
This commit is contained in:
parent
2cec3542c7
commit
2dcec0c86d
1 changed files with 13 additions and 3 deletions
16
README
16
README
|
|
@ -41,9 +41,12 @@ If you don't read instructions
|
||||||
Congratulations on getting this far. :-)
|
Congratulations on getting this far. :-)
|
||||||
|
|
||||||
To start building right away (on UNIX): type "./configure" in the
|
To start building right away (on UNIX): type "./configure" in the
|
||||||
current directory and when it finishes, type "make". The section
|
current directory and when it finishes, type "make". This creates an
|
||||||
`Build Instructions' below is still recommended reading, especially
|
executable "./python"; to install in /usr/local, first do "su root"
|
||||||
the part on customizing Modules/Setup.
|
and then "make install".
|
||||||
|
|
||||||
|
The section `Build Instructions' below is still recommended reading,
|
||||||
|
especially the part on customizing Modules/Setup.
|
||||||
|
|
||||||
|
|
||||||
What is Python anyway?
|
What is Python anyway?
|
||||||
|
|
@ -245,6 +248,13 @@ Linux: A problem with threads and fork() was tracked down to a bug in
|
||||||
Modules/Setup, or comment out the crypt module in the same
|
Modules/Setup, or comment out the crypt module in the same
|
||||||
file. Most modern Linux systems use glibc2.
|
file. Most modern Linux systems use glibc2.
|
||||||
|
|
||||||
|
Red Hat Linux: There's an executable /usr/bin/python which is Python
|
||||||
|
1.5.2 on most Red Hat installations; several key Red Hat tools
|
||||||
|
require this version. Python 2.1.x may be installed as
|
||||||
|
/usr/bin/python2. The Makefile installs Python as
|
||||||
|
/usr/local/bin/python, which may or may not take precedence
|
||||||
|
over /usr/bin/python, depending on how you have set up $PATH.
|
||||||
|
|
||||||
FreeBSD 3.x and probably platforms with NCurses that use libmytinfo or
|
FreeBSD 3.x and probably platforms with NCurses that use libmytinfo or
|
||||||
similar: When using cursesmodule, the linking is not done in
|
similar: When using cursesmodule, the linking is not done in
|
||||||
the correct order with the defaults. Remove "-ltermcap" from
|
the correct order with the defaults. Remove "-ltermcap" from
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue