diff --git a/porting/introduction/Setting_up.rst b/porting/introduction/Setting_up.rst index 0efde8b7e..aea7c0e7a 100644 --- a/porting/introduction/Setting_up.rst +++ b/porting/introduction/Setting_up.rst @@ -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) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^