mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-26 20:34:31 +00:00
Add instructions on how to install boost and cmake on Linux/OSX.
This commit is contained in:
parent
d005c2e4f8
commit
bdc87bb606
@ -17,7 +17,14 @@ Internally, the parser-library uses a bounded buffer abstraction to access infor
|
||||
|
||||
Building
|
||||
========
|
||||
pe-parse is built using cmake and depends on boost. Once your platforms CMake knows how to find boost, build pe-parse through `cmake . && make`
|
||||
pe-parse is built using [cmake] and depends on [boost].
|
||||
|
||||
1.
|
||||
* Debian/Ubuntu: `sudo apt-get install boost-dev cmake`
|
||||
* RedHat/Fedora: `sudo yum install boost-devel cmake`
|
||||
* OSX: `brew install boost cmake`
|
||||
2. `cmake .`
|
||||
3. `make`
|
||||
|
||||
Authors
|
||||
=======
|
||||
|
Loading…
x
Reference in New Issue
Block a user