A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « Perl | HOME | GNU Texinfo » |
Name: Python 3.13
Summary: The Python scripting language
License: Python-2.0
Version: 3.13.7
URL: https://www.python.org/ftp/python/3.13.7/Python-3.13.7.tar.xz
To configure Python 3.13 for install into the build root, run the following command:
./configure --prefix=/usr \
--libdir=/usr/lib64 \
--libexecdir=/usr/lib64 \
--enable-shared \
--with-platlibdir=lib64 \
--without-ensurepip \
--without-static-libpython
To compile Python 3.13, run the following command:
make
Finally, to install Python 3.13 into the build tree, run the following command:
make install
More details about this package is covered later in the core system build.
| Navigation | ||
|---|---|---|
| « Perl | HOME | GNU Texinfo » |