Changed dependency unrar to unrar-free.

Debian does not include unrar in default repositories, because it
is not free. But does include unrar-free and also Ubuntu has it.
This commit is contained in:
Jan Pobořil 2016-09-18 00:58:55 +02:00 committed by Paul Sokolovsky
parent b10756d25a
commit d18f815c8d

View File

@ -45,7 +45,7 @@ Please make sure that the machine you use to build the toolchain has at least
Ubuntu 14.04:
```
$ sudo apt-get install make unrar autoconf automake libtool gcc g++ gperf \
$ sudo apt-get install make unrar-free autoconf automake libtool gcc g++ gperf \
flex bison texinfo gawk ncurses-dev libexpat-dev python-dev python python-serial \
sed git unzip bash help2man wget bzip2
```