Browse Source

gcc: Add note about the dependency on Bison.

* gcc-plugin/README: Add.
Ludovic Courtès 13 years ago
parent
commit
02d507cf2b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      gcc-plugin/README

+ 2 - 0
gcc-plugin/README

@@ -8,3 +8,5 @@ tasks.
 Plug-ins are supported starting from GCC 4.5.
 Plug-ins are supported starting from GCC 4.5.
 
 
 To run the test suite, GNU Guile 1.8.x or 2.0.x is needed.
 To run the test suite, GNU Guile 1.8.x or 2.0.x is needed.
+
+When building from SVN, GNU Bison 2.5+ is required.