gittup / tup

Tup is a file-based build system.
http://gittup.org/tup/
GNU General Public License v2.0
1.18k stars 146 forks source link

Install in RHEL8 #417

Open hect1995 opened 3 years ago

hect1995 commented 3 years ago

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```
gittup commented 3 years ago

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

petemoore commented 3 years ago

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

AndydeCleyre commented 3 weeks ago

Maybe a Fedora user would like to add tup to the package wishlist, and/or try contributing a package to the third party terra repo.