From 750d51606ca1dfd069f2b6ecff273759ac15db3c Mon Sep 17 00:00:00 2001 From: Dirk Farin Date: Tue, 15 Nov 2022 14:51:02 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a7dc36dae..3eca1ecd25 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,9 @@ While autoconf/automake might still work for some time to come, not all options When using autoconf, run `./autogen.sh` to build the configuration scripts, then call `./configure` and `make`. + +**Note: compiling with autotools is now deprecated. Please use cmake instead. This section has to be updated...** + Make sure that you compile and install [libde265](https://github.com/strukturag/libde265) first, so that the configuration script will find this. Preferably, download the `frame-parallel` branch of libde265, as this uses a @@ -126,8 +129,6 @@ Also install x265 and its development files if you want to use HEIF encoding. ### macOS -**Note: compiling with autotools is now deprecated. Please use cmake instead. This section has to be updated...** - 1. Install dependencies with Homebrew ```