Skip to content

Commit c7be63f

Browse files
attahLorbusChris
authored andcommitted
Update build instructions
- Add new dependencies - Clarify commands should be executed in, not on, directories
1 parent 8135440 commit c7be63f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ Build
1717

1818
To build it locally:
1919

20-
- Clone the repository
21-
- Install build dependencies (e.g. on Fedora with `dnf build-dep gnome-network-displays`, on Ubuntu based system with `apt install libgstrtspserver-1.0-dev libgstreamer-plugins-base1.0-dev libavahi-client-dev libavahi-gobject-dev libgtk-3-dev libnm-dev libpulse-dev`)
20+
- Install build dependencies (e.g. on Fedora with `dnf build-dep gnome-network-displays`, on Ubuntu based system with `apt install libgstrtspserver-1.0-dev libgstreamer-plugins-base1.0-dev libavahi-client-dev libavahi-gobject-dev libgtk-3-dev libnm-dev libpulse-dev libprotobuf-c-dev libjson-glib-dev libsoup-3.0-dev`)
2221
- Install `meson`
23-
- Run `meson build` on the cloned repository
24-
- Run `meson install` on the `build` folder created by meson
22+
- Clone the repository
23+
- `cd gnome-network-displays`
24+
- `meson build`
25+
- `cd build`
26+
- `meson install`
2527

2628
Devices
2729
=======

0 commit comments

Comments
 (0)