From 62bda07d7c89949431aed5b00bb9732d62de3f95 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Wed, 8 Jun 2016 15:20:45 +0200 Subject: [PATCH] README: Mention python-dev as development host dependency. Required to build cross-gdb. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c6755f..8f33676 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ Please make sure that the machine you use to build the toolchain has at least Ubuntu 14.04: ``` $ sudo apt-get install make unrar autoconf automake libtool gcc g++ gperf \ - flex bison texinfo gawk ncurses-dev libexpat-dev python python-serial sed \ - git unzip bash help2man + flex bison texinfo gawk ncurses-dev libexpat-dev python-dev python python-serial \ + sed git unzip bash help2man ``` Later Debian/Ubuntu versions may require: