Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention tup's (planned) availability as a Flatpak SDK extension #512

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ <h4>MacOSX</h4>
<p>If you use <a href="http://www.macports.org/"/>MacPorts</a> install tup as:</p>
<pre>sudo port install tup</pre>

<h4>Flatpak</h4>
<p>Tup is available as a Freedesktop SDK extension for use during the build process of a Flatpak package:</p>
<pre>
sdk-extensions:
- org.freedesktop.Sdk.Extension.tup
build-options:
- append-path: /usr/lib/sdk/tup/bin
</pre>

<h2>Why tup?</h2>
<p>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 <a href="http://xkcd.com/303/">chair mounted jousting</a> might suffer. I apologize in advance if someone besmirches your honor and you are unable to properly defend yourself as a result.</p>

Expand Down
Loading