From 023d5f49db93f6ac6d41ddcfd530bb97a52ea442 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 5 Jan 2024 17:40:57 +0100 Subject: [PATCH] Installation: temporarily pin GCC version on FreeBSD https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273397 --- pages/Getting Started/Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index a1bafea..8876e72 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -188,9 +188,9 @@ zypper in gcc-c++ git meson cmake "pkgconfig(cairo)" "pkgconfig(egl)" "pkgconfig _FreeBSD dependencies_: ```plain -pkg install git pkgconf gmake gcc evdev-proto cmake wayland-protocols wayland libglvnd libxkbcommon libinput cairo pango pixman tomlplusplus libxcb +pkg install git pkgconf gmake gcc13 evdev-proto cmake wayland-protocols wayland libglvnd libxkbcommon libinput cairo pango pixman tomlplusplus libxcb pkg install meson jq `pkg rquery %dn wlroots` hwdata -export CC=gcc CXX=g++ LDFLAGS="-static-libstdc++ -static-libgcc" +export CC=gcc13 CXX=g++13 LDFLAGS="-static-libstdc++ -static-libgcc" ``` _Ubuntu 23.04 dependencies_: