Fossil with Commonmark

Artifact [ed43e8d011]
Login

Artifact ed43e8d0112b9c0e50d533f49cbaa1e1c3a9475f:

Wiki page [Release Build How-To] by anonymous 2013-10-28 13:36:25.
D 2013-10-28T13:36:25.965
L Release\sBuild\sHow-To
P 29e902ac490c42168d691ca2ec4ddf3e0d6c9a59
U anonymous
W 1287
<h1>Notes on how the precompiled binaries were 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>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>On the Samsung i9 (Windows8) in a MinGW shell in ~/fossil/m1
<li>fossil clean -f
<li>make -f win/makefile.mingw
<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 ba8b47428a202a68ad6a07affd014bdc