Fossil

Changes To Release Build How-To
Login

Changes to "Release Build How-To" between 2017-03-04 14:57:31 and 2017-04-13 23:29:00

42
43
44
45
46
47
48


49

50
51
52
53
54
55
56
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59







+
+

+







</ul>

<h2>Mac</h2>
<ul>
<li>On 2015 MacPro in the ~/fossil/m1 directory</li>
<li>fossil clean -f</li>
<li>./configure</li>
<li># Edit the Makefile to specify libcrypto.a and libssl.a instead of
    -lcrypto and -lssl.
<li>make</li>
<li># Verify dependencies using:  otool -L ./fossil
<li>strip fossil</li>
<li>tar czf fossil-macosx-$VERSION.tar.gz fossil
</ul>

<h2>Source Tarball</h2>
<ul>
<li>fossil tarball --name fossil-$VERSION version-$VERSION