Changes to "AmalgamationBuild" between 2021-08-29 13:29:45 and 2021-08-29 13:31:45
1
2
3
4
5
6
7
8
9
10
1
2
3
4
5
6
7
8
9
10
-
+
# The libfossil Amalgamation Build
See also: [](building) [pre-built copies of the amalgamation](/uv/amalgamation.html)
See also: [](building), [download pre-built copies of the amalgamation](/uv/amalgamation.html)
This library supports the creation of a so-called "amalgamation build", a practice adopted from the sqlite project which compounds the sources and headers into a form which can easily be dropped into client-side projects.
To create the amalgamation you need a working build environment (GNU Make and friends):
```
[stephan@host:~/libfossil/src]$ make amal