Simon Teixidor

Results 27 comments of Simon Teixidor

Thanks a lot for this work! It looks good to me, and I have merged. I will go through some other open PRs and see if I can put together...

Super happy to see that so many has shown an interest in contributing! As @SirWindfield said, none of us have been able to dedicate the time that this project needs/deserves...

@SirWindfield - option 1 sounds fine to me. Will you set it up?

@al-jshen and @notashutosh - I've sent you invites to the team. @Ben-PH - what link is not working for you?

This project is written in Rust. Instructions to install rust are here: https://www.rust-lang.org/en-US/install.html To build this project, run `cargo build --release`.

So the build fails in `protobuf_build` [1], which gets pulled in as a dependency, probably from `librespot`. Are you able to build upstream librespot, https://github.com/plietar/librespot?

Okay. It seems like you don't have `pkg-config` installed. Try installing `pkg-config` and `protobuf` with homebrew: ```brew install pkg-config protobuf``` And then try again.