1
2
3
4
5
6
7
8
|
1
2
3
4
5
6
7
8
9
10
|
+
+
|
<h1>Hacker's Guide</h1>
See also: [building], [AmalgamationBuild]
This page primarily contains notes for anyone who's actively hacking on libfossil internals, e.g. changing <tt>fsl_cx</tt>'s structure.
An <em>exceedingly brief</em> intro to the source tree:
* The primary "exported" distributable is the [AmalgamationBuild]. The other sources and headers are essentially components for creating that deliverable.
* Public headers go in <tt>include/fossil-scm/</tt>. There is at least one pseudo-private header (<tt>fossil-internal.h</tt>) there as well, but that one is under consideration for being moved to...
|