tup
tup copied to clipboard
Install in RHEL8
I am cloning the repo and when I ./bootstrap.sh
I get:
Package fuse3 was not found in the pkg-config search path.
Perhaps you should add the directory containing `fuse3.pc'
to the PKG_CONFIG_PATH environment variable
Package 'fuse3', required by 'virtual:world', not found```
It looks like you'll need the fuse3-devel package. I haven't tried RHEL8 specifically, but the following packages work for building in Fedora:
sudo yum install pkg-config fuse3-devel fuse3 gcc pcre-devel
sudo dnf install fuse3-devel
fixed it for me on Fedora 34 (Workstation Edition).