From d4a2ad155f3c51644e2515fe116590a784770afb Mon Sep 17 00:00:00 2001 From: Kiriti Gowda Date: Fri, 1 May 2020 09:58:59 -0700 Subject: [PATCH] Readme updates - Fix Pre-reqs install --- Readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 1a5d9a512..e0859b238 100644 --- a/Readme.md +++ b/Readme.md @@ -21,7 +21,7 @@ RPP is developed for __Linux__ operating system. **NOTE:** * Boost ``` -sudo apt --yes install libblkid-dev e2fslibs-dev libboost-all-dev libaudit-dev +sudo apt --yes install libboost-all-dev ``` * CLang ``` @@ -29,8 +29,9 @@ sudo apt install clang ``` * half.hpp ``` -wget https://raw.githubusercontent.com/ARM-software/ComputeLibrary/master/include/half/half.hpp -sudo mv half.hpp /usr/local/include/ +wget https://sourceforge.net/projects/half/files/half/1.12.0/half-1.12.0.zip +unzip half-1.12.0.zip -d half-files +sudo cp half-files/include/half.hpp /usr/local/include/ ``` ## Functions Included