From 6e1e2a99b51c5100a9bc81c68b9740ad343e2d11 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Sat, 11 Mar 2017 19:25:58 -0500 Subject: [PATCH] Remove boost from README --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 40e90b3..61de900 100644 --- a/README.md +++ b/README.md @@ -22,18 +22,15 @@ Internally, the parser-library uses a bounded buffer abstraction to access infor Building ======== -pe-parse is built using [cmake] and depends on [boost]. +pe-parse is built using [cmake] and has no major dependencies. -1. Install dependencies: - * Debian/Ubuntu: `sudo apt-get install libboost-all-dev cmake` - * RedHat/Fedora: `sudo yum install boost-devel cmake` - * OSX: `brew install boost cmake` +1. Install cmake: + * Debian/Ubuntu: `sudo apt-get install cmake` + * RedHat/Fedora: `sudo yum install cmake` + * OSX: `brew install cmake` 2. `cmake .` 3. `make` Authors ======= pe-parse was designed and implemented by Andrew Ruef (andrew@trailofbits.com), with significant contributions from [Wesley Shields](https://github.com/wxsBSD). - -[cmake]: http://www.cmake.org/ -[boost]: http://www.boost.org/