Timothy Pillow 50fa7ac694
Some checks failed
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
mkdocs / deploy (push) Has been cancelled
add mkdocs
Initial commit of a mkdocs based docs setup
2024-12-21 09:36:07 -06:00

668 B

BUILD

NOTE: Prebuilt packages can be found at and recommended for most users: https://github.com/trapexit/mergerfs/releases

NOTE: Only tagged releases are supported. master and other branches should be considered works in progress.

First, get the code from github.

$ git clone https://github.com/trapexit/mergerfs.git
$ # or
$ wget https://github.com/trapexit/mergerfs/releases/download/<ver>/mergerfs-<ver>.tar.gz

Debian / Ubuntu

$ cd mergerfs
$ sudo tools/install-build-pkgs
$ make deb
$ sudo dpkg -i ../mergerfs_<version>_<arch>.deb

RHEL / CentOS / Rocky / Fedora

$ su -