mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-29 13:54:33 +00:00
Remove boost from README
This commit is contained in:
parent
cf1991b1f3
commit
6e1e2a99b5
13
README.md
13
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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user