summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2020-03-28 16:55:50 +0800
committerMartin Michlmayr <tbm@cyrius.com>2020-03-28 16:57:07 +0800
commit81e4ec8d88f7a42341bd72912ca5e025c568247d (patch)
tree26c26cdd7fa4d33b74ed51e50205178761766743 /README.md
parent0b0728e2a7e08194552624608770a770f653f767 (diff)
downloadfork-ledger-81e4ec8d88f7a42341bd72912ca5e025c568247d.tar.gz
fork-ledger-81e4ec8d88f7a42341bd72912ca5e025c568247d.tar.bz2
fork-ledger-81e4ec8d88f7a42341bd72912ca5e025c568247d.zip
Update python-dev dependency
Update python-dev dependency, although arguably it could be dropped since libboost-python-dev depends on it already.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e9e678ad..621f0791 100644
--- a/README.md
+++ b/README.md
@@ -110,7 +110,7 @@ If you're going to build on Ubuntu, `sudo apt-get install ...` the
following packages (current as of Ubuntu 18.04):
$ sudo apt-get install build-essential cmake doxygen \
- libboost-system-dev libboost-dev python-dev gettext git \
+ libboost-system-dev libboost-dev python3-dev gettext git \
libboost-date-time-dev libboost-filesystem-dev \
libboost-iostreams-dev libboost-python-dev libboost-regex-dev \
libboost-test-dev libedit-dev libgmp3-dev libmpfr-dev texinfo tzdata
@@ -121,7 +121,7 @@ Debian 9 (stretch), Debian 10 (buster), Debian testing and Debian unstable
(sid) contain all components needed to build ledger. You can install all
required build dependencies using the following command:
- $ sudo apt-get install build-essential cmake autopoint texinfo python-dev \
+ $ sudo apt-get install build-essential cmake autopoint texinfo python3-dev \
zlib1g-dev libbz2-dev libgmp3-dev gettext libmpfr-dev \
libboost-date-time-dev libboost-filesystem-dev \
libboost-graph-dev libboost-iostreams-dev \