mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-30 06:14:36 +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
|
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:
|
1. Install cmake:
|
||||||
* Debian/Ubuntu: `sudo apt-get install libboost-all-dev cmake`
|
* Debian/Ubuntu: `sudo apt-get install cmake`
|
||||||
* RedHat/Fedora: `sudo yum install boost-devel cmake`
|
* RedHat/Fedora: `sudo yum install cmake`
|
||||||
* OSX: `brew install boost cmake`
|
* OSX: `brew install cmake`
|
||||||
2. `cmake .`
|
2. `cmake .`
|
||||||
3. `make`
|
3. `make`
|
||||||
|
|
||||||
Authors
|
Authors
|
||||||
=======
|
=======
|
||||||
pe-parse was designed and implemented by Andrew Ruef (andrew@trailofbits.com), with significant contributions from [Wesley Shields](https://github.com/wxsBSD).
|
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