Changes between Version 402 and Version 403 of BuildInstructions


Ignore:
Timestamp:
Feb 21, 2021, 8:35:55 PM (3 years ago)
Author:
Nescio
Comment:

alphabetize Fedora packages; cf. Arch, Debian

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v402 v403  
    167167{{{
    168168#!sh
    169 sudo dnf install gcc-c++ cargo python subversion zip cmake patch  \
    170     boost-devel libcurl-devel enet-devel libpng-devel libsodium-devel libvorbis-devel \
    171     libxml2-devel openal-soft-devel pkgconfig SDL2-devel wxGTK3-devel \
    172     gloox-devel libicu-devel miniupnpc-devel fmt-devel
    173 }}}
    174  * To submit a patch for review via arcanist ([wiki:Phabricator]), php is needed:  `dnf install php-cli php-json php-xml`.
     169sudo dnf install cargo cmake boost-devel enet-devel fmt-devel gcc-c++ \
     170    gloox-devel libcurl-devel libicu-devel libpng-devel libsodium-devel \
     171    libvorbis-devel libxml2-devel miniupnpc-devel openal-soft-devel \
     172    patch pkgconfig python SDL2-devel subversion wxGTK3-devel zip
     173}}}
     174 * To submit a patch for review via arcanist ([wiki:Phabricator]), php is needed: `dnf install php-cli php-json php-xml`.
    175175
    176176==== Mageia, ROSA Linux ====