From d18f815c8d8f6774de4a35652d7305c49f4d1964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pobo=C5=99il?= Date: Sun, 18 Sep 2016 00:58:55 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9db7eaa..0a30cff 100644 --- a/README.md +++ b/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 ```