Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Add dependencies install instructions to the README #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ If you want to hack on and build Tomato yourself, you'll need the following depe
- libcanberra
- libunity

Install the dependencies

```shell
sudo apt install elementary-sdk libcanberra-dev libunity-dev
```

Create a `build` directory

```shell
Expand Down