mitdbg / treeline

An update-in-place key-value store for modern storage.
MIT License
132 stars 17 forks source link

Adding dependencies for Ubuntu distro #116

Closed arpitbbhayani closed 1 year ago

arpitbbhayani commented 1 year ago

While I was trying to build TreeLine locally on my Ubuntu 20.04 distro, the mentioned CMake command failed due to missing packages. The packages that were missing but required for CMake to complete have been added to the README.md file.

It is definitely not an exhaustive list, given I might already have some packages pre-installed that are required by TreeLine, but thought of adding a few that I found missing.

Thank you for open-sourcing the implementation.

geoffxy commented 1 year ago

Thanks for your interest in TreeLine! These changes look good - I made a few minor changes to the wording. I'll merge the commit.