Skip to content

Commit

Permalink
README: Update dependency list (#51)
Browse files Browse the repository at this point in the history
* readme: update dependency list to include clang and python dependencies

readme: rm clang-3.8, add cmake

* README: Add defusedxml to pip packages

* README: Add pyyaml, matplotlib to pip packages
  • Loading branch information
woodruffw authored Feb 26, 2019
1 parent 8249801 commit 3457de7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ The following steps will build both the patched and unpatched binaries in `build
The following packages are required for building the challenges on Linux:

```
libc6-dev
libc6-dev-i386
gcc-multilib
g++-multilib
clang-3.8 (or higher)
libc6-dev libc6-dev-i386 gcc-multilib g++-multilib clang cmake
```

```
sudo pip install xlsxwriter pycrypto defusedxml pyyaml matplotlib
```

To build all challenges, run:
Expand Down

0 comments on commit 3457de7

Please sign in to comment.