From e54c5c5fe7f967ed43a33c633e56159f4bb86934 Mon Sep 17 00:00:00 2001 From: Arjen de Korte Date: Fri, 20 Oct 2023 09:36:41 +0200 Subject: [PATCH 1/2] Update README.md Using cmake-presets version 3 requires CMake >= 3.21 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ded5855cae..536cb137c9 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ first, so that the configuration script will find this. Also install x265 and its development files if you want to use HEIF encoding, but note that x265 is GPL. An alternative to x265 is kvazaar (BSD). -The basic build steps are as follows: +The basic build steps are as follows (CMake >= 3.21): ````sh mkdir build @@ -180,7 +180,7 @@ Further options are: brew install cmake make pkg-config x265 libde265 libjpeg libtool ``` -2. Configure and build project +2. Configure and build project (CMake >= 3.21) ```sh mkdir build From 639aa7d9539fb7852d438bc650ec0cdd7229d14f Mon Sep 17 00:00:00 2001 From: Arjen de Korte Date: Fri, 20 Oct 2023 14:45:25 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 536cb137c9..b85bf7fa4a 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ first, so that the configuration script will find this. Also install x265 and its development files if you want to use HEIF encoding, but note that x265 is GPL. An alternative to x265 is kvazaar (BSD). -The basic build steps are as follows (CMake >= 3.21): +The basic build steps are as follows (--preset argument needs CMake >= 3.21): ````sh mkdir build @@ -180,7 +180,7 @@ Further options are: brew install cmake make pkg-config x265 libde265 libjpeg libtool ``` -2. Configure and build project (CMake >= 3.21) +2. Configure and build project (--preset argument needs CMake >= 3.21): ```sh mkdir build