Fix tup build dependencies

This commit is contained in:
Christopher Monsanto
2021-06-29 06:04:33 -04:00
parent f7b3c140b0
commit ca15e28710

View File

@@ -29,7 +29,7 @@ $ sudo npm install -g pnpm
Build tup from source:
```
$ sudo apt install build-essential pkg-config libfuse-dev
$ sudo apt install build-essential pkg-config fuse3 libfuse3-dev libpcre3-dev
$ git clone git://github.com/gittup/tup.git
$ cd tup
$ ./bootstrap.sh