From 7c60d8ebf97ac53461d0a6f027b23ebf0e9d45b0 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 5 Jan 2024 17:20:05 +0100 Subject: [PATCH] Installation: add tomlplusplus on FreeBSD https://github.com/hyprwm/Hyprland/commit/d36055054651 https://github.com/freebsd/freebsd-ports/commit/57bb94121dc2 --- 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 0ee1a43..a1bafea 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -188,7 +188,7 @@ 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 libxcb +pkg install git pkgconf gmake gcc 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" ```