summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 8a2406d9..28145c4b 100644
--- a/README
+++ b/README
@@ -30,10 +30,10 @@ Building
========
To build Ledger, you will need a fairly modern C++ compiler (gcc 2.95
-will not work), and at least these two libraries installed:
+will not work), and at least these libraries installed:
gmp GNU multi-precision library
- pcre Perl regular expression library
+ boost Boost C++ library
(On some GNU/Linux systems, the packages you need to install are
called "gmp-dev" and "pcre-dev").