-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
SkuldNorniern edited this page Apr 24, 2024
·
8 revisions
This guide provides step-by-step instructions on how to install Fluere on different operating systems. Before you begin the installation process, ensure that you have met all the prerequisites.
- Install
npcap
inwinpcap
compatible mode. You can find the installation instructions on the official npcap website.
-
Using Cargo:
- Ensure that you have Rust installed on your system. Open your command prompt and run the following command:
cargo install fluere
-
Using Setup File:
- Visit the Releases page on the project's GitHub repository.
- Download the latest setup file for Windows.
- Follow the on-screen instructions to complete the installation.
- Install
libpcap
library. You can find the installation instructions for different distributions on the official libpcap website.
-
Using Cargo:
- Ensure that you have Rust installed on your system. Open your terminal and run the following command:
cargo install fluere
-
Using Release Files:
- Visit the Releases page on the project's GitHub repository.
- Download the latest release file compatible with your operating system and distribution.
- Follow the installation instructions provided on the release page to complete the installation.