mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
Installation: temporarily pin GCC version on FreeBSD
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273397
This commit is contained in:
parent
7c60d8ebf9
commit
023d5f49db
1 changed files with 2 additions and 2 deletions
|
@ -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_:
|
||||
|
|
Loading…
Reference in a new issue