Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:allusive-dev/compfy
Browse files Browse the repository at this point in the history
  • Loading branch information
allusive-dev committed Nov 17, 2023
2 parents 946827a + 297f78c commit 5774e9e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,22 @@ Can't find what you need in the wiki or have an problem? Open an Issue.

## Installation

Note if you want to enabled the `--check-for-update` option (avaliable as of `1.7.0`) you will need to build with these commands instead.
(`--check-for-update` will print out your current version and the latest release version number if you are connected to the internet)

### Building Manually
Without `--check-for-update`:
```
$ meson setup . build
$ ninja -C build
$ ninja -C build install
```
With `--check-for-update`:
```
$ meson setup -Dupdate_checks=true . build
$ ninja -C build
$ ninja -C build install
```

Dependencies:

Expand All @@ -100,6 +110,11 @@ gcc (make)
git (make)
meson (make)
ninja (make)
# If you enabled -Dupdate-checks you will also need these dependencies.
'json-c' or 'json_c'
'curl' or 'libcurl'
```

### Arch Linux or other Arch based distros
Expand Down

0 comments on commit 5774e9e

Please sign in to comment.