Be more specific about which OS release the dependencies are given for.

Also, add hint about libtool-bin required for Debian Jessie, etc.
(Based on https://github.com/pfalcon/esp-open-sdk/issues/5).
This commit is contained in:
Paul Sokolovsky 2014-11-24 00:22:28 +02:00
parent 0b42e1403e
commit 205abc7d1d

5
README
View File

@ -33,12 +33,15 @@ Building
To build standalone SDK with toolchain, you need GNU/POSIX system (Linux, To build standalone SDK with toolchain, you need GNU/POSIX system (Linux,
BSD, MacOSX, Windows with Cygwin) with standard GNU development tools BSD, MacOSX, Windows with Cygwin) with standard GNU development tools
installed, like gcc, binutils, flex, bison, etc. For Debian/Ubuntu installed, like gcc, binutils, flex, bison, etc. For Ubuntu 14.04
install: install:
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 sed flex bison texinfo gawk ncurses-dev libexpat-dev python sed
For other Debian/Ubuntu versions, dependencies may be somewhat different.
E.g., you may need to install libtool-bin, etc.
The project can be build in two modes: The project can be build in two modes:
1. Where OpenSource toolchain and tools kept separate from vendor IoT SDK 1. Where OpenSource toolchain and tools kept separate from vendor IoT SDK