Blame


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