-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Can't install on Void Linux #92
Comments
I don't know Void Linux but you'll probably need package |
@mati865 Thanks for the suggestion. Unfortunately, it still fails after installing |
@VoidNoire instructions in README are for the most popular Linux distribution (Ubuntu) where In your case you will need also There is variety of package managers and if @nabijaczleweli agrees there could be added another README section or wiki with distribution specific instructions. |
@mati865 I see. I think distro-specific instructions would be worthwile. If it's possible to do, it might be even better to add some logic in the installation process that automatically detects the distro in use and calls the distro's package manager to install the required packages. I installed |
It could be done in the
Okay I see where the problem is, it will be fixed when I finish #90 (e.t.a. today UTC evening). |
Sexions for distros requiring special care sound great! (Though I am severely out of my depth here as I only use Windows and Debians :v) |
@VoidNoire Do please check current |
I installed it from the master branch by using:
and it sucessfully got built. It seems to work fine too as it's currently updating |
Released in v1.6.2. |
After installing the prerequisites listed in the README and attempting to install cargo-update, I got this output. Perhaps
pkg-config
also needs to be listed as a dependency in addition to those already listed in the README?After installing
pkg-config
and enabling backtrace, I got this output. So is the issue with sfackler/rust-openssl? Is this related to #86? How should I go forward with this?The text was updated successfully, but these errors were encountered: