From 55b2498fe7d0f62b879f30fc6eb604a7ab166c90 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 5 Jan 2024 17:15:54 +0100 Subject: [PATCH] Installation: deduplicate FreeBSD dependencies https://github.com/freebsd/freebsd-ports/commit/1b744b687e87 --- pages/Getting Started/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 50074d9..91fa304 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -327,7 +327,7 @@ zypper in gcc-c++ git meson cmake "pkgconfig(cairo)" "pkgconfig(egl)" "pkgconfig ```plain pkg install git pkgconf gmake gcc evdev-proto cmake wayland-protocols wayland libglvnd libxkbcommon libinput cairo pango pixman libxcb -pkg install meson jq hwdata libdisplay-info libliftoff +pkg install meson jq hwdata export CC=gcc CXX=g++ LDFLAGS="-static-libstdc++ -static-libgcc" ```