mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #969] simple problem installing on WSL2 using cargo #428
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#428
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 @das800 on GitHub (Apr 12, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/969
i was installing on WSL2 using cargo and had the linker problem that the guide warned about, but installing the recommended packages didnt fix it. i had to install
build-essentialas well to get the basic compiler.so it is resolved. just making this so you can add that that package to the list for fixing the linker issue. didnt want to submit a whole pr for this