From a5e341bcc1f0b7621d226d6fc794c4b2efcf661a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 25 Oct 2021 18:21:10 +0200 Subject: Update README --- README.adoc | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.adoc b/README.adoc index e1c7b15..c035f6a 100644 --- a/README.adoc +++ b/README.adoc @@ -13,6 +13,9 @@ Packages Regular releases are sporadic. git master should be stable enough. You can get a package with the latest development version from Archlinux's AUR. +Windows installers can be downloaded from +https://git.janouch.name/p/logdiag/releases[the Releases page on Gitea]. + Requirements ------------ Runtime dependencies: GTK+ >= 3.8, json-glib >= 0.10.4, lua >= 5.2 + @@ -33,20 +36,19 @@ application to be installed. The default is _/usr/local_. $ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -Now you have two basic choices of installing the application. - -Using _make install_ -~~~~~~~~~~~~~~~~~~~~ +Now you have two basic choices of installing the application: +1. Using _make install_: ++ # make install -Using _cpack_ -~~~~~~~~~~~~~ +2. Using _cpack_: ++ You have to choose a package format understood by your system package manager. CMake offers DEB and RPM. - ++ After _cpack_ finishes making the package, install this file. - ++ $ cpack -G DEB # dpkg -i logdiag-version-system-arch.deb -- cgit v1.2.3