Blob


1 <!doctype html>
2 <html lang=en>
3 <meta charset=utf-8>
5 <title>Game of Trees Portable Version</title>
6 <meta name="description" content="Game of Trees Portable Version">
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8 <link rel="stylesheet" type="text/css" href="openbsd.css">
9 <link rel="canonical" href="https://gameoftrees.org/portable.html">
11 <h2>
12 <a href="index.html">
13 <i>Game of Trees</i></a>
14 Portable version
15 </h2>
16 <hr>
17 <p>
18 <strong>Latest Release: </strong><a href="releases/portable/got-portable-0.97.tar.gz">0.97</a>
19 <br />
20 <a href="releases/portable/CHANGELOG">Changelog</a>
21 <p>
22 <hr>
23 <p>The following operating systems are officially supported by the portable
24 version of Game of Trees:
25 <ul>
26 <li><a href="https://www.kernel.org">Linux</a></li>
27 <li><a href="https://www.freebsd.org">FreeBSD</a></li>
28 <li><a href="https://www.netbsd.org">NetBSD</a></li>
29 <li><a href="https://www.dragonflybsd.org">DragonFlyBSD</a></li>
30 <li>MacOS</li>
31 </ul>
33 <p>
34 got-portable has been pre-packaged for the following systems:
35 <ul>
36 <li>Alpine Linux (<a href="https://git.alpinelinux.org/aports/tree/community/got/APKBUILD">APKBUILD</a>)
37 <li>Gentoo (<a href="https://gitweb.gentoo.org/repo/proj/guru.git/tree/dev-vcs/got/">ebuild in GURU overlay</a>)
38 <li>LiGurOS (<a href="https://gitlab.com/liguros/liguros-repo/-/tree/develop/dev-vcs/got/">ebuild</a>)
39 <li>MacPorts (<a href="https://ports.macports.org/port/got/">installation instructions</a>)
40 <li>Homebrew (<a href="https://formulae.brew.sh/formula/got">installation instructions</a>)
41 <li>NixOS (<a href="https://github.com/NixOS/nixpkgs/tree/nixos-unstable/pkgs/applications/version-management/got/">nixpkg build spec</a>)
42 <li>Void Linux (<a href="https://github.com/void-linux/void-packages/tree/master/srcpkgs/got/">srcpkg</a>)
43 <li>Arch Linux (<a href="https://aur.archlinux.org/packages/gameoftrees">AUR</a>)
44 <li>pkgsrc (<a href="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/got-portable/?only_with_tag=MAIN">cvsweb</a>)
45 <li>Debian (<a href="https://packages.debian.org/sid/got">package details</a>)
46 <li>Ubuntu (<a href="https://packages.ubuntu.com/lunar/got">package details</a>)
47 </ul>
49 <p>
50 Source code for released portable versions is available in the
51 <a href="releases/portable">releases/portable</a> directory.
52 The file
53 <a href="https://git.gameoftrees.org/gitweb/?p=got-portable.git;a=blob_plain;f=README.portable;hb=HEAD"
54 >README.portable</a> contains installation instructions.
55 <p>For any -portable patches, please send them to the
56 <a href="https://lists.openbsd.org/cgi-bin/mj_wwwusr?user=&passw=&func=lists-long-full&extra=gameoftrees">gameoftrees mailing list</a>.
57 <p>
58 Separate ports, based on the OpenBSD version rather than the portable version, exist for
59 <a href="https://cgit.freebsd.org/ports/log/devel/got" >FreeBSD</a>.
60 <hr>
61 <p>
62 The Game of Trees -portable Git repository can be cloned via SSH.
63 See the <a href="code.html">Source Code</a> page for details.
65 <!-- deprecated, don't use for new clones
66 <p>
67 Alternatively, the repository can be cloned from git.gameoftrees.org
68 via HTTPS with Git:
69 <pre class="cmdbox">
70 git clone https://git.gameoftrees.org/got-portable.git
71 </pre>
72 <p>
73 Git protocol access is also available if needed, but is discouraged
74 because it does not use encryption:
75 <pre class="cmdbox">
76 git clone git://git.gameoftrees.org/got-portable.git
77 </pre>
78 -->
80 <p>
81 A web interface for browsing the code
82 <a href="https://git.gameoftrees.org/gitweb/?p=got-portable.git;a=shortlog;h=refs/heads/portable">is also available.</a>