Explorar el Código

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.
Jan Pobořil hace 9 años
padre
commit
d18f815c8d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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
 ```