Skip to content

Commit

Permalink
INSTALL: reconcile compiler req with NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed Mar 27, 2022
1 parent a598e4e commit e2f5fd4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2f5fd4

Please sign in to comment.