Skip to content

Commit

Permalink
Adding dependencies for Ubuntu distro (#116)
Browse files Browse the repository at this point in the history
* Adding dependencies for Ubuntu distro

* Minor modifications to the depenedency text

---------

Co-authored-by: Geoffrey Yu <[email protected]>
  • Loading branch information
arpitbbhayani and geoffxy authored Jul 18, 2023
1 parent 35a6d61 commit 6a7c35f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@
An embedded key-value store for modern SSDs.

## Building from source

### Install Dependencies

A few packages that Treeline depends on are

- `libtbb-dev`
- `autoconf`
- `libjemalloc-dev`

Depending on the distribution you have, ensure the above packages are installed.
On Ubuntu, you can install the dependencies using `apt`:

```
sudo apt install libtbb-dev autoconf libjemalloc-dev
```

TreeLine's other dependencies are fetched by CMake during compilation.

### Compile

CMake 3.17+ is required for building this project.

```bash
Expand Down

0 comments on commit 6a7c35f

Please sign in to comment.