aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-25 18:21:10 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-25 18:21:23 +0200
commita5e341bcc1f0b7621d226d6fc794c4b2efcf661a (patch)
treea8711ca3e315ec1bf17880b92af34a0ffa541708
parentbc8ceebef7530b767e9e454f3c5cd6e1749675bd (diff)
downloadlogdiag-a5e341bcc1f0b7621d226d6fc794c4b2efcf661a.tar.gz
logdiag-a5e341bcc1f0b7621d226d6fc794c4b2efcf661a.tar.xz
logdiag-a5e341bcc1f0b7621d226d6fc794c4b2efcf661a.zip
Update README
-rw-r--r--README.adoc18
1 files 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