From 065172521a622489f36c0d10b8acbf4f0337e5b2 Mon Sep 17 00:00:00 2001 From: Allusive <99632976+allusive-dev@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:29:37 +1100 Subject: Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 1489edf..f203745 100644 --- a/README.md +++ b/README.md @@ -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 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: @@ -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 -- cgit v1.2.3 From 297f78cf1de9ac29d8b9dbca867c87970e961480 Mon Sep 17 00:00:00 2001 From: Allusive <99632976+allusive-dev@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:30:32 +1100 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f203745..921cfd3 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ 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 you will need to build with these commands instead. +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 -- cgit v1.2.3