mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-29 16:05:58 +01:00
Installation: temporarily pin GCC version on FreeBSD
Until GCC_DEFAULT is bumped to 14 or later in https://github.com/freebsd/freebsd-ports/blob/main/Mk/bsd.default-versions.mk
This commit is contained in:
parent
13395a2b9e
commit
4b257f5661
1 changed files with 2 additions and 2 deletions
|
@ -326,9 +326,9 @@ zypper in gcc-c++ git meson cmake "pkgconfig(cairo)" "pkgconfig(egl)" "pkgconfig
|
|||
{{% details title="FreeBSD" closed="true" %}}
|
||||
|
||||
```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 gcc14 evdev-proto cmake wayland-protocols wayland libglvnd libxkbcommon libinput cairo pango pixman tomlplusplus libxcb
|
||||
pkg install meson jq hwdata
|
||||
export CC=gcc CXX=g++ LDFLAGS="-static-libstdc++ -static-libgcc"
|
||||
export CC=gcc14 CXX=g++14 LDFLAGS="-static-libstdc++ -static-libgcc"
|
||||
```
|
||||
|
||||
{{% /details %}}
|
||||
|
|
Loading…
Reference in a new issue