Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions porting/introduction/Setting_up.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ When setting up the build environment you need to have Python 3.6 or newer insta
.. Note::
Any Linux distribution can easily be set up to switch between Python versions. Consult the documentation for your distribution to find out how this can be done.

Mageia 9
^^^^^^^^

Install the required dependencies::

sudo urpmi git gnupg2 flex bison glibc gcc gcc-g++ make dpkg-dev zip breezy curl glibc-static-devel libncurses-devel x11-proto-devel libx11-devel libreadline-devel libgl1 libmesagl-devel gcc-cpp wine64-devel tofrodos python3-markdown libxml2-utils xsltproc libzlib-devel schedtool liblz4_1 bc lzop imagemagick libncurses5 rsync python3 python

Debian (Stretch or newer) / Ubuntu (16.04 or 18.04)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down