Fossil with Commonmark

Artifact [ec714bc3da]
Login

Artifact ec714bc3da754cee639082b2682cf7309b58f1df:

Wiki page [Release Build How-To] by drh 2013-09-11 19:15:44.
D 2013-09-11T19:15:44.473
L Release\sBuild\sHow-To
P 7ea9290331b855a1ef3ba6e1cb5a5fd0c2cd6050
U drh
W 1130
<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
<li>OR: Get Joe Mistachkin to build on mingw with OpenSSL support.
</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 5b499ca0fcef50532a19b6bae0ed4c5d