Update GCC version

This commit is contained in:
Rémi Denis-Courmont 2016-09-20 13:03:01 +03:00
parent 995515b8a0
commit c1d50afae1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ 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 3.3 or higher is
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.