Skip to content

Commit

Permalink
Added raspberry pi info to readme (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrukowski committed Jan 23, 2024
1 parent b2e64d8 commit 32b6bc1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,24 @@ Available on the AUR [here](https://aur.archlinux.org/packages/weresocool).

### Cargo:

WereSoCool can be installed on macos, linux, and windows via cargo. You'll also need to install the "Necessary Dependancies".
WereSoCool can be installed on macos, linux, and windows via cargo. You'll also need to install the "Necessary Dependencies".

Install cargo by installing [Rustup](https://www.rust-lang.org/en-US/install.html).

`cargo install weresocool`

#### Necessary Dependancies
#### Necessary Dependencies
Macos:
`brew install lame libvorbis`

Arch Linux (ALSA):
`sudo pacman -S lame vorbis-tools`

Ubuntu (ALSA):
`sudo apt-get lame vorbis-tools`
`sudo apt-get install lame vorbis-tools`

Raspberry Pi OS:
`sudo apt-get install libmp3lame-dev libasound2-dev`

### Windows

Expand Down Expand Up @@ -103,7 +106,10 @@ You'll need also need to install the following packages:
`sudo pacman -S lame vorbis-tools`

##### Ubuntu:
`sudo apt-get lame vorbis-tools`
`sudo apt-get install lame vorbis-tools`

##### Raspberry Pi OS:
`sudo apt-get install libmp3lame-dev libasound2-dev`

### Build
`just build`
Expand Down

0 comments on commit 32b6bc1

Please sign in to comment.