From 8da5086a5a21ef65e066720ec9c339ea4d698c5a Mon Sep 17 00:00:00 2001 From: kimocoder Date: Sun, 12 Jul 2020 06:24:13 +0000 Subject: [PATCH] Removed 'bc' from dependencies --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a684bc8..1739873 100644 --- a/README.md +++ b/README.md @@ -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: