Created
June 4, 2018 17:10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Build Python 3.6.x di Ubuntu 9test 14.04,16.04 | |
# dengan --enable-optimizations, butuh test 2 jam-an :( | |
./configure --prefix=/opt/python36 --enable-shared \ | |
--enable-loadable-sqlite-extensions \ | |
--with-dbmliborder=bdb:gdbm \ | |
--with-computed-gotos \ | |
--without-ensurepip \ | |
--with-system-expat \ | |
--with-system-libmpdec \ | |
--with-system-ffi \ | |
--host=x86_64-linux-gnu \ | |
--build=x86_64-linux-gnu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment