1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-19 20:50:41 +00:00

Removed 'bc' from dependencies

This commit is contained in:
kimocoder 2020-07-12 06:24:13 +00:00
parent b79883bf58
commit 8da5086a5a

View File

@ -96,12 +96,12 @@ cd rtl*
Package / Build dependencies (Kali)
```
$ sudo apt-get update
$ sudo apt-get install build-essential bc libelf-dev linux-headers-`uname -r`
$ sudo apt-get install build-essential libelf-dev linux-headers-`uname -r`
```
#### For Raspberry (RPI)
```
$ sudo apt-get install bc raspberrypi-kernel-headers
$ sudo apt-get install raspberrypi-kernel-headers
```
Then run this step to change platform in Makefile, For RPI 1/2/3/ & 0/Zero: