mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Rename Setup.in to Setup.dist, and assume that configure will create
Setup (instead of creating it from the Makefile).
This commit is contained in:
parent
eff9a87fcc
commit
cf3bc8c5a5
6 changed files with 12 additions and 17 deletions
|
@ -29,8 +29,7 @@ To build,
|
|||
|
||||
1) ./configure --prefix=/boot/home/config
|
||||
|
||||
2) cp Modules/Setup.in Modules/Setup
|
||||
edit Modules/Setup
|
||||
2) edit Modules/Setup
|
||||
comment out grp and mmap, and pwd on 4.5 or earlier
|
||||
uncomment any modules you want to include in python
|
||||
(you can also add them later as shared libraries.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue