mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #541] Installing using Cargo leads to compile error #224
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#224
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Nil-Cipher on GitHub (Jul 25, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/541
Here is the error msg from running
cargo install spotify-tui --verbose:Edit: fixed by following this thread https://github.com/amethyst/amethyst/issues/1471 and installing
libxcb-render-util0-dev,libxcb-shape0-devandlibxcb-xfixes0-dev@sputnick1124 commented on GitHub (Jul 26, 2020):
Unless I missed it, should we add a dependencies list to the
cargoinstallation section of the readme?@Nil-Cipher commented on GitHub (Jul 30, 2020):
@sputnick1124 The README mentions installing
pkg-configandlibssl-dev, but not those three I installed above.@prismspecs commented on GitHub (Aug 1, 2020):
I had the same issue and it was resolved after installing the 3 dependencies listed above (thanks)
@Rigellute commented on GitHub (Aug 17, 2020):
Thanks for updating with your solution @prismspecs.