aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-23 14:09:55 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-23 18:01:30 +0200
commit3a087ad581f2e15451bfc12d8ad520422a92f4a8 (patch)
tree443ed750abaabe7bb2db0b8292313136c930561a /README.adoc
parent4305c603e900173339f0e801c3ab8a55c7141c85 (diff)
downloadlogdiag-3a087ad581f2e15451bfc12d8ad520422a92f4a8.tar.gz
logdiag-3a087ad581f2e15451bfc12d8ad520422a92f4a8.tar.xz
logdiag-3a087ad581f2e15451bfc12d8ad520422a92f4a8.zip
Remove unnecessary DLLs from Windows builds
This saves 20 MiB and 4 MiB of libraries in MSYS2 and bundle builds respectively, in total, without any adverse effects. The MSYS2 build remains bloated, due to the Adwaita icon theme. Bump minimum CMake version to avoid a bug.
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index ab899d8..81c95dc 100644
--- a/README.adoc
+++ b/README.adoc
@@ -15,7 +15,7 @@ a package with the latest development version from Archlinux's AUR.
Requirements
------------
Runtime dependencies: GTK+ >= 3.8, json-glib >= 0.10.4, lua >= 5.2 +
-Build dependencies: CMake >= 3.9
+Build dependencies: CMake >= 3.10
Build from source on Unix-like systems
--------------------------------------