diff options
author | Maria Matejka <mq@ucw.cz> | 2021-02-15 18:23:15 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-11-22 19:05:43 +0100 |
commit | a845651bc50b75b2be41b4427e04857ce3c106a6 (patch) | |
tree | 1d934e30de5f58edad79e81c3b053245725561f4 /INSTALL | |
parent | 8d706aedba42f8ace0084c7b983ddaaaf47dff91 (diff) |
Multithreaded BIRD needs reasonably new software to compile
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,9 +27,9 @@ Requirements For compiling BIRD you need these programs and libraries: - - GNU C Compiler (or LLVM Clang) + - GNU C Compiler (or LLVM Clang) capable of compiling C11 code - GNU Make - - GNU Bison + - GNU Bison (at least 3.0) - GNU M4 - Flex |