Skip to content

Commit 7c2c7dc

Browse files
authored
wip (#765)
1 parent 3435b02 commit 7c2c7dc

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,22 @@ Available on the AUR [here](https://aur.archlinux.org/packages/weresocool).
2828

2929
### Cargo:
3030

31-
WereSoCool can be installed on macos, linux, and windows via cargo. You'll also need to install the system dependancies listed in the development section.
31+
WereSoCool can be installed on macos, linux, and windows via cargo. You'll also need to install the "Necessary Dependancies".
3232

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

3535
`cargo install weresocool`
3636

37+
#### Necessary Dependancies
38+
Macos:
39+
brew install lame libvorbis
40+
41+
Arch Linux (ALSA):
42+
sudo pacman -S lame vorbis-tools
43+
44+
Ubuntu (ALSA):
45+
sudo apt-get lame vorbis-tools
46+
3747
### Windows
3848

3949
This software runs on Windows, but in a slightly limited capacity. On Windows, this software is compiled without mp3 and oggvorbis support. I mostly work on macos and linux machines, so I feel a bit out of my depths in Windows land. If you'd like to help work on the Windows implementation, please reach out.
@@ -93,7 +103,7 @@ You'll need also need to install the following packages:
93103
`sudo pacman -S lame vorbis-tools`
94104

95105
##### Ubuntu:
96-
`sudo apt-get lame libmp3lame-dev rpm libasound2-dev vorbis-tools`
106+
`sudo apt-get lame vorbis-tools`
97107

98108
### Build
99109
`just build`

todo/release.socool

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
[ ] debian
99
[ ] rpm
1010

11+
# [ ] Records
12+
bandcamp - past and current
13+
spotify - feather father
14+
15+
# [ ] Donations - xasopheno.eth, github sponsors, paypal
1116

1217
# [x] windows support
1318

0 commit comments

Comments
 (0)