repo/python/build

9 lines
234 B
Text
Raw Permalink Normal View History

2021-07-16 03:05:23 +03:00
CXX="/usr/bin/g++" \
./configure --prefix=/usr \
--enable-shared \
--with-system-expat \
--with-system-ffi \
--with-ensurepip=yes
make
make DESTDIR="$1" install