-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from invertime/main
Addition to content on README and fixed some errors in worldlocationfinder
- Loading branch information
Showing
3 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,47 @@ | ||
# Kairos | ||
<img align="left" style="vertical-align: middle" width="120" height="120" src="data/icons/128/com.fyralabs.Kairos.svg"> | ||
|
||
# Kairos | ||
|
||
Check the weather outside | ||
|
||
![Screenshot](data/shot.png) | ||
|
||
### | ||
|
||
[![Please do not theme this app](https://stopthemingmy.app/badge.svg)](https://stopthemingmy.app) | ||
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0) | ||
|
||
## 🛠️ Dependencies | ||
|
||
You'll need the following dependencies: | ||
|
||
> _Note_: This dependency list is the names searched for by `pkg-config`. Depending on your distribution, you may need to install other packages (for example, `gtk4-devel` on Fedora) | ||
- `valac` | ||
- `gtk4` | ||
- `libhelium-1` | ||
|
||
## 🏗️ Building | ||
|
||
Simply clone this repo, then run `meson build` to configure the build environment. Change to the build directory and run `ninja test` to build and run automated tests. | ||
|
||
```bash | ||
$ meson build --prefix=/usr | ||
$ cd build | ||
$ ninja test | ||
``` | ||
|
||
For debug messages on the GUI application, set the `G_MESSAGES_DEBUG` environment variable, e.g. to `all`: | ||
|
||
```bash | ||
G_MESSAGES_DEBUG=all ./src/com.fyralabs.Kairos | ||
``` | ||
|
||
## 📦 Installing | ||
|
||
To install, use `ninja install`, then execute with `com.fyralabs.Kairos`. | ||
|
||
```bash | ||
$ sudo ninja install | ||
$ com.fyralabs.Kairos | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters