1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2026-01-31 07:56:46 +00:00
Files
MyLFS-big_bash_script/phase3/python.sh
2026-01-08 07:52:05 -08:00

10 lines
178 B
Bash

# Python Phase 3
./configure --prefix=/usr \
--enable-shared \
--without-ensurepip \
--without-static-libpython
make
make install