Fossil

Artifact [5c3345f5]
Login

Artifact [5c3345f5]

Artifact 5c3345f5a88260aa9fc815d6c9a671d6f51a9c89c2b188da303927d4145253b3:

Wiki page [Release Build How-To] by drh 2018-05-04 13:40:57.
D 2018-05-04T13:40:57.365
L Release\sBuild\sHow-To
P 54159a1fafbf8adde67fd4518a660c4a0970d0c1773c1172597506c82f92bfa5
U drh
W 2181
<h1>Notes on how build and upload the precompiled binaries</h1>

<h2>Download Page</h2>
<ul>
<li>Run "fossil uv edit download.html" to modify the "releases" variable
    in the javascript to add the new release number and title and various
    hyperlinks.
<li>Run "fossil uv sync" to propagate the changes from the previous step.
</ul>

<h2>Linux</h2>
<ul>
<li>On the machine named "bella", cd to ~/fossil/static</li>
<li>rm -rf *</li>
<li>../m1/configure --static --disable-fusefs</li>
<li># Edit the Makefile to move -ldl to the end
<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>Windows</h2>
<ul>
<li>Use MinGW instead of MSVC for windows builds since the resulting binary has
fewer kernel.dll dependencies and works with older versions of windows such as
XP.</li>
<li>On the Lenovo Yoga (Windows10) in a MinGW shell in ~/fossil/m1</li>
<li>fossil clean -x</li>
<li>make -f win/makefile.mingw FOSSIL_ENABLE_SSL=1
OPENSSLDIR=../../openssl-1.0.0l</li>
<li><b>OR:</b> tclsh ../mkfossil.tcl
<li>zip fossil-w32-$VERSION.zip fossil.exe
<li>Visit [https://submit.symantec.com/whitelist/isv/] to submit the new
    binary for whitelisting. &rarr; On 2018-05-04 this link reported that
    the whitelisting service is no longer available.
</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 /usr/local/opt/openssl/lib/libcrypto.a 
and /usr/local/opt/openssl/lib/libssl.a in place of
    -lcrypto and -lssl, and to add -liconv at the end
<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
fossil-src-$VERSION.tar.gz<br>
</li>
</ul>
<ul>
</ul>

Z 339aee99de5519fe935c85e427dc3970