Skip to content

Commit

Permalink
Installation: Fix typo and remove old part (#823)
Browse files Browse the repository at this point in the history
* Fix typo in Installation.md

* Remove the old part about c++23
  • Loading branch information
mitsu-ksgr authored Oct 24, 2024
1 parent aebff60 commit 887fe11
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pages/Getting Started/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ sudo apt-get install -y meson wget build-essential ninja-build cmake-extras cmak
You will also need to build the latest wayland, wayland-protocols, and
libdisplay-info tagged releases from source.

For screensharing, you can also `install xdg-desktop-portal-wlr` or `xdg-desktop-portal-hyprland`
For screensharing, you can also install `xdg-desktop-portal-wlr` or `xdg-desktop-portal-hyprland`

```bash
sudo apt-get install -y xdg-desktop-portal-wlr
Expand Down Expand Up @@ -415,11 +415,6 @@ export CC=gcc CXX=g++ LDFLAGS="-static-libstdc++ -static-libgcc"

refer to the Ubuntu tab above

Please note that Hyprland uses the C++23 standard, so both your compiler and
your C++ library has to support that (`gcc>=13.0.0` or `clang>=15`). On
Clang-based systems libc++ may be used by default, so until libc++ supports
C++23 you have to pass `-stdlib=libstdc++` or switch to GCC.

{{% /details %}}

{{< callout type=warning >}}
Expand Down

0 comments on commit 887fe11

Please sign in to comment.