mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Note incompatibility of homebrew rust (#192)
Added a brief note advising use of rustup over homebrew due to bugs in the homebrew rust.
This commit is contained in:
parent
29d5f794d6
commit
39012ba05e
1 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,8 @@ pull requests will probably not be reviewed either.**
|
||||||
## Building
|
## Building
|
||||||
Rust 1.15.0 or later is required to build librespot.
|
Rust 1.15.0 or later is required to build librespot.
|
||||||
|
|
||||||
|
**If you are building librespot on macOS, the homebrew provided rust may fail due to the way in which homebrew installs rust. In this case, uninstall the homebrew version of rust and use [rustup](https://www.rustup.rs/), and librespot should then build.**
|
||||||
|
|
||||||
It also requires a C, with portaudio.
|
It also requires a C, with portaudio.
|
||||||
|
|
||||||
On debian / ubuntu, the following command will install these dependencies :
|
On debian / ubuntu, the following command will install these dependencies :
|
||||||
|
@ -24,7 +26,7 @@ On Fedora systems, the following command will install these dependencies :
|
||||||
sudo dnf install portaudio-devel make gcc
|
sudo dnf install portaudio-devel make gcc
|
||||||
```
|
```
|
||||||
|
|
||||||
On OS X, using homebrew :
|
On macOS, using homebrew :
|
||||||
```shell
|
```shell
|
||||||
brew install portaudio
|
brew install portaudio
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue