evilsocket / evilsocket/sauron
Compile sauron on Debian 11 fails (workaround)
Open
- Dominant language
- Rust
- Stars
- 229
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.