Wiki home
Editing page "
Python
"
Base on previous version:
0
-
71
-
474
-
998
-
2274
-
2276
-
2881
-
3376
-
3781
-
4282
-
4549
-
5031
-
5530
-
5581
-
5741
-
5991
-
6312
-
6555
-
6671
-
6675
-
6790
-
7248
-
7443
# Note: depends on [pkg]zlib[/pkg] wget -c [link]https://www.python.org/ftp/python/3.8.5/Python-3.8.5.tar.xz[/link] tar -xJf Python-3.8.5.tar.xz cd Python-3.8.5 mkdir -p build cd build ../configure --prefix="/usr" --enable-shared --without-ensurepip --enable-loadable-sqlite-extensions make # Doesn't mind -j# make install
Change summary:
Tags allowed:
[pkg]name[/pkg]
Link to another package on the buildwiki by name
[link]URL[/link]
Link to an external page