From f0e051dfd2812a6bf75d6270f76638db07073522 Mon Sep 17 00:00:00 2001
From: Irene Y Zhang <iyzhang@cs.washington.edu>
Date: Thu, 25 Jun 2015 10:49:45 -0700
Subject: [PATCH] Add instructions to readme for dependencies and compiling

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 22992cb..29ab9cb 100644
--- a/README.md
+++ b/README.md
@@ -22,3 +22,8 @@ The repo is structured as follows:
   transactional storage system, designed to work with VR
   - /qwstore - implementation of an eventually consistent storage
     system, using quorum writes for replication
+
+## Compiling & Running
+You can compile all of the TAPIR executables by running make in the root directory
+
+TAPIR depends on protobufs and libevent, so you will need those development libraries installed on your machine. On Linux, this can be done through apt.
\ No newline at end of file
-- 
GitLab