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

Update README.md with actual development dependencies

parent c6572926
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,12 @@ The repo is structured as follows:
## 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.
TAPIR depends on protobufs, libevent and openssl, so you will need the following development libraries:
- libprotobuf-dev
- libevent-openssl
- libevent-pthreads
- libevent-dev
- libssl-dev
## Contact and Questions
Please email Irene at iyzhang@cs.washington.edu, Dan at drkp@cs.washington.edu and Naveen at naveenks@cs.washington.edu
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