aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2014-10-06 19:04:37 +0200
committerRiccardo Spagni <ric@spagni.net>2014-10-06 19:04:37 +0200
commit6be3d1db944c776739cbb619f8a7ac3ff4d6943c (patch)
treecb79aa81a2b06d70cf4c7fd7919d40c6f20576fd /README.md
parentquieten CMake when it can't find packages (diff)
downloadmonero-6be3d1db944c776739cbb619f8a7ac3ff4d6943c.tar.xz
added bison/yacc static build dependency
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8ec56a53b..b40e06b8e 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ Parts of the project are originally copyright (c) 2012-2013 The Cryptonote devel
### On Unix and Linux:
Dependencies: GCC 4.7.3 or later, CMake 2.8.6 or later, libunbound 1.4.16 or later (note: Unbound is not a dependency, libunbound is), and Boost 1.53 or later (except 1.54, [more details here](http://goo.gl/RrCFmA)).
-Static Build Additional Dependencies: ldns 1.6.17 or later, expat 1.1 or later
+Static Build Additional Dependencies: ldns 1.6.17 or later, expat 1.1 or later, bison or yacc
**Basic Process:**