From 639aa7d9539fb7852d438bc650ec0cdd7229d14f Mon Sep 17 00:00:00 2001 From: Arjen de Korte Date: Fri, 20 Oct 2023 14:45:25 +0200 Subject: [PATCH] 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