Skip to content

Commit

Permalink
Readme updates - Fix Pre-reqs install
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritigowda committed May 1, 2020
1 parent 6692699 commit d4a2ad1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@ 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
```
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
Expand Down

0 comments on commit d4a2ad1

Please sign in to comment.