You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/scripts/docs-ubuntu-minimal-build.sh

11 lines
407 B
Bash

#!/bin/bash
# Serves for Ubuntu/Debian docs and is verified by Github Actions
# install-guide-documentation tag start: Minimal dependencies
sudo apt -y install autoconf automake build-essential cargo-1.89 \
libjansson-dev libpcap-dev libpcre2-dev libtool \
libyaml-dev make pkg-config zlib1g-dev
export PATH=/usr/lib/rust-1.89/bin:$PATH
# install-guide-documentation tag end: Minimal dependencies