docs: document requirement change for gcc (>= 4.8.0) and clang (>= 3.4)

This commit is contained in:
Moritz Bunkus 2015-11-15 17:20:36 +01:00
parent 854c3aa504
commit 30202897c8
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2015-11-15 Moritz Bunkus <moritz@bunkus.org>
* all: MKVToolNix now requires gcc 4.8.0 or later or clang 3.4 or
later for compilation.
2015-11-14 Moritz Bunkus <moritz@bunkus.org> 2015-11-14 Moritz Bunkus <moritz@bunkus.org>
* MKVToolNix GUI: bug fix: the options for linking to the * MKVToolNix GUI: bug fix: the options for linking to the

View File

@ -69,8 +69,8 @@ programs and libraries you absolutely need are:
- A C++ compiler that supports several features of the C++11 standard: - A C++ compiler that supports several features of the C++11 standard:
initializer lists, range-based "for" loops, right angle brackets, initializer lists, range-based "for" loops, right angle brackets,
the "auto" keyword, lambda functions, the "nullptr" key word, tuples the "auto" keyword, lambda functions, the "nullptr" key word, tuples
and alias declarations. For GCC this means at least v4.7.0; for and alias declarations. Others may be needed, to. For GCC this means
clang v3.3 or later. at least v4.8.0; for clang v3.4 or later.
- [libEBML v1.3.3](http://dl.matroska.org/downloads/libebml/) or later - [libEBML v1.3.3](http://dl.matroska.org/downloads/libebml/) or later
and [libMatroska v1.4.4](http://dl.matroska.org/downloads/libmatroska/) and [libMatroska v1.4.4](http://dl.matroska.org/downloads/libmatroska/)