README: Mention libtool-bin requirement for recent Debian/Ubuntu.
This commit is contained in:
parent
37d8095b63
commit
319c54520c
@ -37,13 +37,20 @@ To build the standalone SDK and toolchain, you need a GNU/POSIX system
|
|||||||
(Linux, BSD, MacOSX, Windows with Cygwin) with the standard GNU development
|
(Linux, BSD, MacOSX, Windows with Cygwin) with the standard GNU development
|
||||||
tools installed: gcc, binutils, flex, bison, etc.
|
tools installed: gcc, binutils, flex, bison, etc.
|
||||||
|
|
||||||
## Ubuntu 14.04
|
## Debian/Ubuntu
|
||||||
|
|
||||||
|
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 \
|
flex bison texinfo gawk ncurses-dev libexpat-dev python python-serial sed \
|
||||||
git
|
git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Later Debian/Ubuntu versions may require:
|
||||||
|
```
|
||||||
|
$ sudo apt-get libtool-bin
|
||||||
|
```
|
||||||
|
|
||||||
## MacOS:
|
## MacOS:
|
||||||
```bash
|
```bash
|
||||||
$ brew tap homebrew/dupes
|
$ brew tap homebrew/dupes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user