We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've been meaning to use Dura for a long time but always found the install to be rather unpleasant on Ubuntu.
I tried nix without success and then cargo- but it hits errors with both.
nix
cargo
To get it to install on Ubuntu via cargo I needed to install two packages (as mentioned in this comment)
sudo apt install pkg-config libssl-dev
Perhaps the README could use those notes.
The text was updated successfully, but these errors were encountered:
That's great that you figured it out. What all did you do to get it installed? Apt-get those items and then cargo install?
Sorry, something went wrong.
Yep that was the trick!
No branches or pull requests
I've been meaning to use Dura for a long time but always found the install to be rather unpleasant on Ubuntu.
I tried
nix
without success and thencargo
- but it hits errors with both.To get it to install on Ubuntu via
cargo
I needed to install two packages (as mentioned in this comment)sudo apt install pkg-config libssl-dev
Perhaps the README could use those notes.
The text was updated successfully, but these errors were encountered: