1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<title>The Fossil Build Process</title>
<h1>1.0 Introduction</h1>
The build process for Fossil is tricky in that the source code
needs to be processed by three different preprocessor programs
before it is compiled. Most users will download a
[http://www.fossil-scm.org/download.html | precompiled binary]
so this is of no consequence to them, and even those who
want to compile the code themselves can use one of the
[./build.wiki | existing makefiles].
So must people do not need to be concerned with the
build complexities of Fossil. But hard-core developers who desire
a deep understanding of how Fossil is put together can benefit
from reviewing this article.
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<title>The Fossil Build Process</title>
<h1>1.0 Introduction</h1>
The build process for Fossil is tricky in that the source code
needs to be processed by three different preprocessor programs
before it is compiled. Most users will download a
[https://www.fossil-scm.org/fossil/uv/download.html | precompiled binary]
so this is of no consequence to them, and even those who
want to compile the code themselves can use one of the
[./build.wiki | existing makefiles].
So must people do not need to be concerned with the
build complexities of Fossil. But hard-core developers who desire
a deep understanding of how Fossil is put together can benefit
from reviewing this article.
|