Created
June 4, 2018 17:10
-
-
Save gwijayas/1c763ac8cbb165e711c96772e8f04bb2 to your computer and use it in GitHub Desktop.
This file contains 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