From e2f5fd4a1993fca8ad4569ab8d47ba17ffc07579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Fri, 25 Mar 2022 17:20:08 +0200 Subject: [PATCH] INSTALL: reconcile compiler req with NEWS --- INSTALL | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 6cc57b9f9a..8a38c1dfc0 100644 --- a/INSTALL +++ b/INSTALL @@ -29,11 +29,9 @@ symbols: make distclean ; ./configure --enable-debug -We recommend using GCC to build VLC, though some people reported success -with the Intel C compiler (version 8) as well. GCC version 4.8 or higher is -required. On older systems (e.g. FreeBSD 4.x), please select a more recent -version manually by setting the CC and CXX environment variables -appropriately while running the ./configure shell script. +We recommend using either GCC or Clang/LLVM to build VLC. Specifically, +GCC version 5 or higher, or Clang/LLVM version 3.4 or higher are required. +Other compilers with compatible feature sets should also work. Building VLC