-
Notifications
You must be signed in to change notification settings - Fork 4
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
Problems building on Fedora Linux #2
Comments
Please add cargo build's output to the issue. |
I have installed all dependencies
|
I built this package with dnf install git curl clang pkg-config libsodium-devel hidapi-devel libudev-devel
curl https://sh.rustup.rs -sSf | sh
git clone https://github.com/tezedge/tezedge-client
cd tezedge-client
source $HOME/.cargo/env
rustup override set 1.52.1
export SODIUM_USE_PKG_CONFIG=1
cargo build --release You sure you haven't missed a dependency/step? |
On release build I am getting |
Please provide detailed steps to build on Fedora.
The text was updated successfully, but these errors were encountered: