Project

General

Profile

Actions

Feature #7669

open

Add support for development under NixOs

Added by Eric Leblond 3 days ago.

Status:
In Review
Priority:
Normal
Assignee:
Target version:
Effort:
Difficulty:
Label:

Description

NixOS (https://nixos.org/) is Linux operating system that allow dynamic environment to be setup for specific tasks.

The usage of `nix-shell`, for example, allows a user to get everything installed to be able to build a suricata in one command.

A typical session on a system with no devel tools installed will be:
  • git clone suricata.git
  • cd suricata
  • nix-shell
  • ./autogen.sh
  • ./configure
  • make

No data to display

Actions

Also available in: Atom PDF