From e1c114e58f3846e515aefa0c0692d797986fb710 Mon Sep 17 00:00:00 2001 From: nmlgc Date: Sat, 4 Jan 2025 17:25:49 +0100 Subject: [PATCH] Mention tup's availability as a Flatpak SDK extension. --- docs/html/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/html/index.html b/docs/html/index.html index ae8ea4929..a40e7b675 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -38,6 +38,15 @@

MacOSX

If you use MacPorts install tup as:

sudo port install tup
+

Flatpak

+

Tup is available as a Freedesktop SDK extension for use during the build process of a Flatpak package:

+
+sdk-extensions:
+  - org.freedesktop.Sdk.Extension.tup
+build-options:
+  - append-path: /usr/lib/sdk/tup/bin
+
+

Why tup?

You can use tup anywhere you would use another build system (like make, or any of its derivatives). One reason you would want to use tup is if you like to update things very quickly. For example, if you typically execute a build in a subdirectory because it takes too long to figure out what to do when you execute the build from the top, you might want to look into tup. Unfortunately, tup is so fast that your chair mounted jousting might suffer. I apologize in advance if someone besmirches your honor and you are unable to properly defend yourself as a result.