From 81e4ec8d88f7a42341bd72912ca5e025c568247d Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Sat, 28 Mar 2020 16:55:50 +0800 Subject: Update python-dev dependency Update python-dev dependency, although arguably it could be dropped since libboost-python-dev depends on it already. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 \ -- cgit v1.2.3