Skip to content

Commit

Permalink
Add Ubuntu install and git download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreybennett committed Apr 23, 2022
1 parent 50b7531 commit be3f126
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,19 @@ installed:
sudo dnf -y install alsa-lib-devel gtk4-devel
```

On Ubuntu 22.04:

```
sudo apt -y install git make gcc libgtk-4-dev libasound2-dev
```

To download from github:

```
git clone https://github.com/geoffreybennett/alsa-scarlett-gui
cd alsa-scarlett-gui
```

To build:

```
Expand Down

0 comments on commit be3f126

Please sign in to comment.