Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation guide to cargo install. #70

Open
KighteW3 opened this issue Jan 21, 2024 · 1 comment
Open

Update installation guide to cargo install. #70

KighteW3 opened this issue Jan 21, 2024 · 1 comment

Comments

@KighteW3
Copy link

KighteW3 commented Jan 21, 2024

Hi, when i tried to install leftwm-theme by the git repo i had many issues compiling with

cargo build --release

(i have already installed all the stuff like kernel-devel, openssl, openssl-devel, rustup, gcc, makefile, etc...).

Screenshot from 2024-01-21 14-19-16
Then i used

cargo install leftwm-theme

and it worked without any problem or warning, so i suggest to update the README.md to add this way of installation.
Screenshot from 2024-01-21 14-21-58
Screenshot from 2024-01-21 14-22-10

@mautamu
Copy link
Member

mautamu commented Feb 17, 2024

Hey @KighteW3!

cargo install leftwm-theme instructs Cargo to build what's in crates.io; installing using cargo install --path . from within this directory tells Cargo to install what's here. Wondering if there's something going on with the vendoring that would cause it to fail to build. Are you able to build the latest master now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants