Artifact
7ea9290331b855a1ef3ba6e1cb5a5fd0c2cd6050:
Wiki page
[Release Build How-To] by
drh
2013-09-11 16:05:22.
D 2013-09-11T16:05:22.241
L Release\sBuild\sHow-To
P 33421aec4f8ea3bcf6fbeb852d4c1b3ba4232211
U drh
W 1062
<h1>Notes on how the precompiled binaries where constructed</h1>
<h2>Linux</h2>
<ul>
<li>On the www.fossil-scm.org server in the /home/www/fossil/b2 directory
<li>fossil clean -f
<li>./configure --static
<li>Edit Makefile. Change "-O2" to "-Os -m32"
<li>make
<li>strip fossil
</ul>
<h2>OpenBSD</h2>
<ul>
<li>On the devio.us machine in the ~/fossil/m1 directory
<li>fossil clean -f
<li>./configure
<li>make
<li>strip fossil
</ul>
<h2>Windows</h2>
<ul>
<li>On the Samsung i9 (Windows8) in an MSVC x86 shell in %HOME%/fossil/m1
<li>fossil clean -f
<li>cd win
<li>nmake /f makefile.msc
</ul>
<h2>Mac</h2>
<ul>
<li>On the machine "imac" (MacOS 10.6.8, x64) in the ~/fossil/m1 directory
<li>fossil clean -f
<li>./configure
<li>Edit Makefile. Change "-O2" to "-Os -m32"
<li>make
<li>strip fossil
</ul>
<h2>Source Tarball</h2>
<ul>
<li>mkdir fossil-src-$VERSION
<li>cd fossil-src-$VERSION
<li>fossil open $REPO
<li>rm .fslckout
<li>cd ..
<li>tar czf fossil-src-$VERSION.tar.gz fossil-src-$VERSION
</ul>
Z 67975761627acd0a39187659a779ab92