Skip to content

Commit

Permalink
Update README.md, apt-get as single line, preventing multiline copy+p…
Browse files Browse the repository at this point in the history
…aste issues
  • Loading branch information
DL1GG authored May 21, 2023
1 parent 78e2434 commit 5fd9412
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,13 @@ Development and testing has been run on Ubuntu 17.10 and Ubuntu 18.04. If run on
### Prerequisites for building

```
sudo apt-get install libfftw3-dev
sudo apt-get install libpulse-dev
sudo apt-get install libsoundio-dev
sudo apt-get install libasound2-dev
sudo apt-get install libgtk-3-dev
sudo apt-get install libsoapysdr-dev
sudo apt-get install libfftw3-dev libpulse-dev libsoundio-dev libasound2-dev libgtk-3-dev libsoapysdr-dev
```

### Prerequisites for installing the Debian Package

```
sudo apt-get install libfftw3-3
sudo apt-get install libpulse
sudo apt-get install libsoundio
sudo apt-get install libasound2
sudo apt-get install libsoapysdr
sudo apt-get install libfftw3-3 sudo apt-get install libpulse libsoundio libasound2 libsoapysdr
```


Expand Down

0 comments on commit 5fd9412

Please sign in to comment.