Changes

Jump to navigation Jump to search

Installation on other distributions

No change in size, 09:00, 24 February 2021
→‎Building the Application: Alphabetize order of deps on Debian
* cmake
* fonts-freefont-ttf
* libfontconfig1-dev
* libsdl2-dev
* libsdl2-ttf-dev
* libspice-protocol-dev
* wayland-protocols
* libfontconfig1-dev
* libx11-dev
* nettle-dev
* wayland-protocols
===== Debian (and maybe Ubuntu) =====
<syntaxhighlight lang=bash>
apt-get install binutils-dev cmake fonts-freefont-ttf libfontconfig1-dev libsdl2-dev libsdl2-ttf-dev wayland-protocols libspice-protocol-dev libfontconfig1-dev libx11-dev nettle-devwayland-protocols
</syntaxhighlight >
<!-- Dependencies must match Debian's order, and extra dependencies must be on another line, with a consistent order -->
<syntaxhighlight lang=bash>
dnf install binutils-devel cmake texlive-gnu-freefont fontconfig-devel SDL2-devel SDL2_ttf-devel wayland-protocols-devel spice-protocol fontconfiglibX11-devel libX11nettle-devel nettlewayland-protocols-devel \
gcc libXScrnSaver-devel libXfixes-devel libXi-devel wayland-devel
</syntaxhighlight >
<!-- Dependencies must match Debian's order, and extra dependencies must be on another line, with a consistent order -->
<syntaxhighlight lang=bash>
zypper install binutils-devel make cmake fontconfig-devel libSDL2-devel libSDL2_ttf-devel wayland-protocols-devel spice-protocol-devel fontconfiglibX11-devel libX11libnettle-devel libnettlewayland-protocols-devel \
libconfig-devel libXi-devel libXss-devel libwayland-egl-devel nettle
</syntaxhighlight >
<!-- Dependencies must match Debian's order, and extra dependencies must be on another line, with a consistent order -->
<syntaxhighlight lang=bash>
pacman -Syu binutils cmake gnu-free-fonts fontconfig sdl2 sdl2_ttf spice-protocol fontconfig libx11 nettle \
gcc make pkgconf glu
</syntaxhighlight>
<!-- Dependencies must match Debian's order, and extra dependencies must be on another line, with a consistent order -->
<syntaxhighlight lang=bash>
xbps-install -Syu binutils-devel cmake freefont-ttf fontconfig-devel SDL2-devel SDL2_ttf-devel spice-protocol fontconfig-devel libX11-devel nettle-devel \
gcc make pkg-config
</syntaxhighlight>
99

edits

Navigation menu