Skip to content

Installation

SkuldNorniern edited this page Apr 24, 2024 · 8 revisions

Installation Guide

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.

Windows

Prerequisites

  • Install npcap in winpcap compatible mode. You can find the installation instructions on the official npcap website.

Installation Methods

  1. Using Cargo:

    • Ensure that you have Rust installed on your system. Open your command prompt and run the following command:
    cargo install fluere
  2. 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.

Linux

Prerequisites

  • Install libpcap library. You can find the installation instructions for different distributions on the official libpcap website.

Installation Methods

  1. Using Cargo:

    • Ensure that you have Rust installed on your system. Open your terminal and run the following command:
    cargo install fluere
  2. 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.

MacOS

Installation Methods

  1. Using Cargo:

    • Ensure that you have Rust installed on your system. Open your terminal and run the following command:
    cargo install fluere
  2. Using brew:

    • Ensure that you have homebrew Installed on your system.
    brew tap SkuldNorniern/fluere
    brew install fluere
Clone this wiki locally