Skip to content
Snippets Groups Projects
Commit f0e051df authored by Irene Y Zhang's avatar Irene Y Zhang
Browse files

Add instructions to readme for dependencies and compiling

parent 4ecdee4e
No related branches found
No related tags found
No related merge requests found
...@@ -22,3 +22,8 @@ The repo is structured as follows: ...@@ -22,3 +22,8 @@ The repo is structured as follows:
transactional storage system, designed to work with VR transactional storage system, designed to work with VR
- /qwstore - implementation of an eventually consistent storage - /qwstore - implementation of an eventually consistent storage
system, using quorum writes for replication 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment