1 e3b15841 2019-08-09 stsp <!doctype html>
2 e3b15841 2019-08-09 stsp <html lang=en>
3 e3b15841 2019-08-09 stsp <meta charset=utf-8>
5 e3b15841 2019-08-09 stsp <title>Game of Trees Installation Instructions</title>
6 e3b15841 2019-08-09 stsp <meta name="description" content="Game of Trees Manual Pages">
7 e3b15841 2019-08-09 stsp <meta name="viewport" content="width=device-width, initial-scale=1">
8 e3b15841 2019-08-09 stsp <link rel="stylesheet" type="text/css" href="openbsd.css">
9 e3b15841 2019-08-09 stsp <link rel="canonical" href="https://gameoftrees.org/install.html">
12 e3b15841 2019-08-09 stsp <a href="index.html">
13 e3b15841 2019-08-09 stsp <i>Game of Trees</i></a>
14 e3b15841 2019-08-09 stsp Installation Instructions
19 e9036c5e 2019-08-09 stsp Game of Trees should be installed on OpenBSD -current with:
21 e3b15841 2019-08-09 stsp <pre class="cmdbox">
26 e3b15841 2019-08-09 stsp Alternatively, compile the <tt>devel/got</tt> port:
29 e3b15841 2019-08-09 stsp <pre class="cmdbox">
30 e3b15841 2019-08-09 stsp cd /usr/ports/devel/got
32 0a7b51e6 2019-08-09 stsp make SUDO=doas install
37 e3b15841 2019-08-09 stsp The installation includes:
40 e3b15841 2019-08-09 stsp <li>The <tt>got</tt> command line interface
41 e3b15841 2019-08-09 stsp <li>The <tt>tog</tt> repository browser
42 e3b15841 2019-08-09 stsp <li>Several <a href="manual.html">manual pages</a>
43 e3b15841 2019-08-09 stsp <li>Helper programs in the <tt>/usr/local/libexec</tt> directory:
45 e3b15841 2019-08-09 stsp <li><tt>got-read-blob</tt>,
46 e3b15841 2019-08-09 stsp <tt>got-read-commit</tt>,
47 e3b15841 2019-08-09 stsp <tt>got-read-object</tt>,
48 e3b15841 2019-08-09 stsp <tt>got-read-pack</tt>,
49 e3b15841 2019-08-09 stsp <tt>got-read-tag</tt>,
50 e3b15841 2019-08-09 stsp <tt>got-read-tree</tt>