Changes between Version 102 and Version 103 of Linux build instructions
- Timestamp:
- Aug 1, 2022 7:13:01 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Linux build instructions
v102 v103 20 20 * '''libxinerama''' 21 21 * '''librandr''' 22 * '''Qt 4.x.y''' (with x >= 4, including the OpenGL part, required for ''VBox version > 3.0'')22 * '''Qt 5.x.y''' (with x >= 6, including the OpenGL part; required for ''VBox version >= 5.2'') 23 23 * '''libIDL''' 24 24 * '''libSDL''' (SDL frontend) … … 70 70 }}} 71 71 72 On Fedora (tested with 17), the following should do:72 On Fedora (tested with pre-37 rawhide), the following should do: 73 73 {{{ 74 74 yum install gcc-c++ subversion subversion-gnome kernel-devel which tar gzip bzip2 \ … … 76 76 glibc-devel libcap-devel libcurl-devel libIDL-devel \ 77 77 libstdc++-static libxslt-devel libvpx-devel libXmu-devel \ 78 pam-devel pulseaudio-libs-devel python-devel qt-devel rpm-build SDL_ttf-devel \ 78 pam-devel pulseaudio-libs-devel python-devel qt5-qtbase-devel qt5-qtbase-gui qt5-qtx11extras-devel \ 79 qt5-qttools-libs-help rpm-build SDL_ttf-devel \ 79 80 SDL-static device-mapper-devel glibc-static zlib-static \ 80 glibc-devel.i686 libstdc++.i686 pulseaudio\81 glibc-devel.i686 libstdc++.i686 alsa-lib-devel pulseaudio-libs-devel \ 81 82 texlive texlive-latex texlive-latex-bin texlive-ec \ 82 83 texlive-collection-fontsrecommended texlive-pdftex-def texlive-fancybox texlive-tabulary \