From ce74f3fee16184ca9e38fd57c30cb171f3d67471 Mon Sep 17 00:00:00 2001 From: Omar Sandoval Date: Fri, 3 May 2019 10:21:13 -0700 Subject: [PATCH] docs: document Python 3 development header dependency --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 68569006..dea325c6 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -20,7 +20,7 @@ Arch Linux:: Debian/Ubuntu:: - $ sudo apt-get install autoconf automake libtool make gcc pkgconf libelf-dev libdw-dev python3 python3-setuptools + $ sudo apt-get install autoconf automake libtool make gcc pkgconf libelf-dev libdw-dev python3 python3-dev python3-setuptools Note that Debian, Ubuntu Trusty, and Ubuntu Xenial ship Python versions which are too old, so a newer version must be installed manually. @@ -33,7 +33,7 @@ also be required:: Fedora:: - $ sudo dnf install autoconf automake libtool make gcc pkgconf elfutils-devel python3 python3-setuptools + $ sudo dnf install autoconf automake libtool make gcc pkgconf elfutils-devel python3 python3-devel python3-setuptools Then, drgn can be built and installed::