소스 검색

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 8 년 전
부모
커밋
d18f815c8d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 ```