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]Python2[/pkg] or [pkg]Python[/pkg] # Note: depends on [pkg]zlib[/pkg] wget -c [link]http://python.org/ftp/python/3.6.3/Python-3.6.3.tar.xz[/link] tar -xJf Python-3.6.3.tar.xz cd Python-3.6.3 mkdir -p build cd build ../configure --prefix="/usr" --enable-shared 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