INSTALL: reconcile compiler req with NEWS

This commit is contained in:
Rémi Denis-Courmont 2022-03-25 17:20:08 +02:00
parent a598e4e570
commit e2f5fd4a19
1 changed files with 3 additions and 5 deletions

View File

@ -29,11 +29,9 @@ symbols:
make distclean ; ./configure --enable-debug make distclean ; ./configure --enable-debug
We recommend using GCC to build VLC, though some people reported success We recommend using either GCC or Clang/LLVM to build VLC. Specifically,
with the Intel C compiler (version 8) as well. GCC version 4.8 or higher is GCC version 5 or higher, or Clang/LLVM version 3.4 or higher are required.
required. On older systems (e.g. FreeBSD 4.x), please select a more recent Other compilers with compatible feature sets should also work.
version manually by setting the CC and CXX environment variables
appropriately while running the ./configure shell script.
Building VLC Building VLC