From bdc87bb606e1be59cdec507e4dc0d35db9a91109 Mon Sep 17 00:00:00 2001
From: Postmodern <postmodern.mod3@gmail.com>
Date: Fri, 22 Nov 2013 16:43:58 -0800
Subject: [PATCH] Add instructions on how to install boost and cmake on
 Linux/OSX.

---
 README.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b582f36..790282b 100644
--- a/README.md
+++ b/README.md
@@ -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
 =======