tup icon indicating copy to clipboard operation
tup copied to clipboard

Install in RHEL8

Open hect1995 opened this issue 3 years ago • 3 comments

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```

hect1995 avatar Mar 10 '21 08:03 hect1995

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

gittup avatar Mar 13 '21 19:03 gittup

sudo dnf install fuse3-devel fixed it for me on Fedora 34 (Workstation Edition).

petemoore avatar Jul 08 '21 14:07 petemoore