浏览代码

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).
Paul Sokolovsky 10 年之前
父节点
当前提交
205abc7d1d
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      README

+ 4 - 1
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