Blob


1 <!doctype html>
2 <html lang=en>
3 <meta charset=utf-8>
5 <title>Game of Trees Installation Instructions</title>
6 <meta name="description" content="Game of Trees Manual Pages">
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/install.html">
11 <h2>
12 <a href="index.html">
13 <i>Game of Trees</i></a>
14 Installation Instructions
15 </h2>
16 <hr>
18 <p>
19 Game of trees should be installed on OpenBSD -current with:
21 <pre class="cmdbox">
22 pkg_add got
23 </pre>
25 <p>
26 Alternatively, compile the <tt>devel/got</tt> port:
28 <p>
29 <pre class="cmdbox">
30 cd /usr/ports/devel/got
31 make
32 make SUDO=doas install
33 make test
34 </pre>
36 <p>
37 The installation includes:
39 <ul>
40 <li>The <tt>got</tt> command line interface
41 <li>The <tt>tog</tt> repository browser
42 <li>Several <a href="manual.html">manual pages</a>
43 <li>Helper programs in the <tt>/usr/local/libexec</tt> directory:
44 <ul>
45 <li><tt>got-read-blob</tt>,
46 <tt>got-read-commit</tt>,
47 <tt>got-read-object</tt>,
48 <tt>got-read-pack</tt>,
49 <tt>got-read-tag</tt>,
50 <tt>got-read-tree</tt>
51 </ul>
52 </ul>