2025-08-26 04:41:14 +03:00
|
|
|
python3 3.13.4
|
|
|
|
|
=
|
|
|
|
|
https://github.com/python/cpython/archive/refs/tags/v3.13.4.tar.gz
|
|
|
|
|
|
|
|
|
|
``` sh *** build ***
|
2026-09-10 16:59:11 +03:00
|
|
|
./configure --prefix="$pkgpath" --enable-shared --with-lto --enable-optimizations
|
2026-03-27 13:13:52 +03:00
|
|
|
make -j$(nproc)
|
|
|
|
|
make install
|
2025-08-26 04:41:14 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
``` sh *** config ***
|
|
|
|
|
pip3 install setuptools
|
2026-09-12 04:17:58 +03:00
|
|
|
ln -f bin/python3 bin/python
|
2025-08-26 04:41:14 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
``` cfg *** build deps ***
|
|
|
|
|
ncurses
|
|
|
|
|
zlib
|
|
|
|
|
readline
|
|
|
|
|
sqlite
|
|
|
|
|
libxcrypt
|
|
|
|
|
```
|