From 205abc7d1d635902af03e6ca79ddc351e51695ac Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 24 Nov 2014 00:22:28 +0200 Subject: [PATCH] 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). --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 4ea7530..8bb1fe2 100644 --- a/README +++ b/README @@ -33,12 +33,15 @@ Building To build standalone SDK with toolchain, you need GNU/POSIX system (Linux, 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: sudo apt-get install make unrar autoconf automake libtool gcc g++ gperf \ 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: 1. Where OpenSource toolchain and tools kept separate from vendor IoT SDK