Changes To Release Build How-To
Changes to "Release Build How-To" between 2017-04-13 23:29:00 and 2017-07-21 03:55:20
︙ | | |
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
+
+
+
+
+
+
+
|
<ul>
<li>On the machine named "bella", cd to ~/fossil/static</li>
<li>rm -rf *</li>
<li>../m1/configure --static --disable-fusefs</li>
<li>make</li>
<li>strip fossil</li>
<li>tar czf fossil-linux-x64-$VERSION.tar.gz fossil
<p><b>OR:</b>
<li>Log into www.fossil-scm.org
<li>cd to /home/www/fossil/b1
<li>Run the script ./rebuild.sh
<li>Logout
<li>Download the file www.fossil-scm.org:/home/www/usr/local/fossil
<li>tar czf fossil-linux-x64-$VERSION.tar.gz fossil
</ul>
<h2>OpenBSD</h2>
<ul>
<li>On the devio.us machine in the ~/fossil/m1 directory</li>
<li>fossil clean -x</li>
<li>./configure</li>
|
︙ | | |
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
-
+
|
<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.
-lcrypto and -lssl, and to add -liconv
<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>
|
︙ | | |