mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-25 07:35:57 +01:00
README: update build instructions
This commit is contained in:
parent
bad305c0bd
commit
f2a8536d42
1 changed files with 3 additions and 2 deletions
|
@ -24,8 +24,9 @@ Then run the build and install command:
|
||||||
```sh
|
```sh
|
||||||
git clone --recursive https://github.com/hyprwm/xdg-desktop-portal-hyprland
|
git clone --recursive https://github.com/hyprwm/xdg-desktop-portal-hyprland
|
||||||
cd xdg-desktop-portal-hyprland/
|
cd xdg-desktop-portal-hyprland/
|
||||||
cmake -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib -B build
|
cmake -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib -DCMAKE_INSTALL_PREFIX=/usr -B build
|
||||||
cmake --install /usr
|
cmake --build build
|
||||||
|
sudo cmake --install build
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running, FAQs, etc.
|
## Running, FAQs, etc.
|
||||||
|
|
Loading…
Reference in a new issue