We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeacd4b commit 026b0a5Copy full SHA for 026b0a5
README.md
@@ -7,13 +7,16 @@ See the current temperature and weather conditions for your location with this m
7
## Building, Testing, and Installation
8
9
10
-You'll need the following dependencies:
+You'll need the following dependencies to build:
11
* libgeoclue-2-dev
12
* libgtk-3-dev
13
* libgweather-3-dev
14
* meson
15
* valac
16
17
+You'll need the following dependencies to run:
18
+* geoclue-2.0
19
+
20
Run `meson build` to configure the build environment and then change to the build directory and run `ninja` to build
21
22
meson build
0 commit comments