From 3457de76b7d02ed978b9a07ae6e0a0e71d79581d Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 26 Feb 2019 12:43:04 -0500 Subject: [PATCH] README: Update dependency list (#51) * 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 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 58b5590cc..cedf49fcc 100644 --- a/README.md +++ b/README.md @@ -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: