MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 4 - Entering the Chroot and More Temporary Tools

Navigation    
« Perl HOME GNU Texinfo »

Python 3.13

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

Configuration

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

Compilation and Installation

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 »