Bläddra i källkod

README: Mention python-dev as development host dependency.

Required to build cross-gdb.
Leon Woestenberg 9 år sedan
förälder
incheckning
62bda07d7c
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -46,8 +46,8 @@ Please make sure that the machine you use to build the toolchain has at least
 Ubuntu 14.04:
 Ubuntu 14.04:
 ```
 ```
 $ sudo apt-get install make unrar autoconf automake libtool gcc g++ gperf \
 $ 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:
 Later Debian/Ubuntu versions may require: