Skip to content

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:

  1. install the Rust programming language on your machine, making sure to follow all the required steps

  2. install all the needed build dependencies for Sniffnet

  3. clone Sniffnet repository locally

  4. run the command cargo build from the cloned repository directory

  5. you have successfully built the source code! The generated binary path, relative to the repository directory, is ./target/debug/sniffnet