summaryrefslogtreecommitdiff
path: root/templates/pages/download.mako
blob: 757fe34c0b9e13745c7f9d95e7727965d9861f6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<%!
    title = "Download"
%>
<%inherit file="/page.mako" />
<% v = h.versions().current %>

<p>
    <span class="hstart">» </span><strong>Current version:</strong> ${v} (<a href=${"/changelog#" + v | url}>Changelog</a>)
</p>
<p>
    In most cases, it should be ok to install portato via emerge. But if you want to download it by hand nevertheless, you can do it <a href="https://sourceforge.net/projects/portato/files/Portato/${v}/portato-${v}.tar.gz/download">via sourceforge.net</a>.
</p>

<p>
    Note though, that the release bundles are not created with a local installation in mind, but shaped in a way that it is easy for portage to handle. Thus you might encounter difficulties. If you <em>really</em> want to have a local version, consider using
</p>
<ul>
    <li><a href="https://git.necoro.eu/portato.git/snapshot/portato-${v}.tar.gz">snapshots of the current version tag</a></li>
    <li>local git checkout as described in the <a href=${"/development" | url}>development section</a>.</li>
</ul>