Remove boost from README

This commit is contained in:
Dan Guido 2017-03-11 19:25:58 -05:00 committed by GitHub
parent cf1991b1f3
commit 6e1e2a99b5

View File

@ -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/