Yacc is another forgotten dependency.

This commit is contained in:
Krystian Bacławski
2015-10-02 06:46:32 +02:00
parent dd4fafa9be
commit 0bab2e953a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -73,6 +73,7 @@ You have to have following packages installed in your system:
* git
* subversion
* patch
* yacc
*For MacOSX users*: you'll likely need to have [MacPorts](http://www.macports.org) or [Homebrew](http://brew.sh) installed in order to build the toolchain.
+1
View File
@@ -201,6 +201,7 @@ def build():
find_executable('patch')
find_executable('make')
find_executable('git')
find_executable('yacc')
with cwd('{archives}'):
for url in URLS: