Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 537 Bytes

INSTALL.md

File metadata and controls

25 lines (15 loc) · 537 Bytes

Install

Packages

  • AUR: ttyrecall-git(Uses git main branch)

Prerequisites

  • Rust toolchain (optional)
  • Rust nightly toolchain with rust source (necessary for building eBPF).
  • bpf-linker: cargo install bpf-linker or pacman -S bpf-linker (Arch Linux).

Build

cargo xtask build --release

Set env ZSTD_SYS_USE_PKG_CONFIG=1 to dynamically link to system zstd library.

Config

etc/daemon.toml provides a sample daemon config file.

See the ttyrecall-git AUR package for a simple systemd service.