1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
-
+
|
<h1>Installing Fossil</h1>
<p>This page describes how to build and install Fossil. The
whole process is designed to be very easy.</p>
<h2>0.0 Using A Precompiled Binary</h2>
<p>You can skip steps 1.0 and 2.0 below by downloading
a <a href="http://www.fossil-scm.org/download.html">FIXME precompiled binary</a>
a <a href="http://www.fossil-scm.org/download.html">precompiled binary</a>
appropriate for your platform. If you use a precompiled binary
jump immediate to step 3.0.</p>
<h2>1.0 Obtaining The Source Code</h2>
<p>Fossil is self-hosting, so you can obtain a ZIP archive containing
a snapshot of the latest version directly from fossil's own fossil
|