Files
AeroPkg/assets/var/gnu/python3.md

23 lines
373 B
Markdown
Raw Normal View History

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
make -j$(nproc)
make install
2025-08-26 04:41:14 +03:00
```
``` sh *** config ***
pip3 install setuptools
ln -f bin/python3 bin/python
2025-08-26 04:41:14 +03:00
```
``` cfg *** build deps ***
ncurses
zlib
readline
sqlite
libxcrypt
```