From e1c4fe83aaf620e074d7b3dd5b4f02a2f8e75c5c Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Thu, 30 Apr 2020 22:11:29 -0400 Subject: [PATCH] Add Tup installation instructions --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 780d1d99..ae38be66 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,23 @@ Windows binaries of these dependencies can be found on the download pages of the ### Linux -_**TODO:** include installation instructions for `tup` given the Ubuntu PPA is defunct_ - ``` $ sudo apt install nodejs imagemagick advancecomp $ sudo npm install -g pnpm ``` +Build tup from source: + +``` +$ sudo apt install build-essential pkg-config libfuse-dev +$ git clone git://github.com/gittup/tup.git +$ cd tup +$ ./bootstrap.sh +$ sudo cp tup /usr/local/bin/tup +$ sudo cp tup.1 /usr/local/share/man + +``` + You may have to build imagemagick from source to get version 7. ### macOS