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
Rust version on Debian 11 to old => compile fails.
Workaround:
Install newer version of rust and some dependencies as follows
git clone https://github.com/evilsocket/sauron.git cd sauron sudo apt remove rustc-mozilla sudo apt install curl build-essential gcc make libssl-dev libclang1 clang -y # local user install of rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | s source "$HOME/.cargo/env" cargo build --release
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Rust version on Debian 11 to old => compile fails.
Workaround:
Install newer version of rust and some dependencies as follows
The text was updated successfully, but these errors were encountered: