Skip to content
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ of their SDP:
Although this repo can be made to run on most systems, the following are the
supported platforms and their dependencies:

### Ubuntu 20.04:

sudo apt update```
sudo apt install git

#### Ubuntu 16.10 (or Higher):
```
sudo apt-get install git build-essential cmake
Expand Down