-
-
Notifications
You must be signed in to change notification settings - Fork 558
Build from source
Giuliano Bellini edited this page Mar 27, 2024
·
5 revisions
Warning
This guide is to be followed by programmers who intend to contribute to the project.
If you just want to use the application, it's suggested to follow the installation guide for your specific operating system: Windows | Linux | macOS
Would you like to build the application source code?
You can do that by following the next steps:
-
install the Rust programming language on your machine, making sure to follow all the required steps
-
install all the needed build dependencies for Sniffnet
-
clone Sniffnet repository locally
-
run the command
cargo build
from the cloned repository directory -
you have successfully built the source code! The generated binary path, relative to the repository directory, is
./target/debug/sniffnet