D 2013-09-11T13:57:09.933
L Release\sBuild\sHow-To
P 1ada86bb6435a8edfcd6c0a68548bb754f56ded2
U drh
W 1062
Notes on how the precompiled binaries where constructed
Linux
- On the www.fossil-scm.org server in the /home/www/fossil/b2 directory
- fossil clean -f
- ./configure --static
- Edit Makefile. Change "-O2" to "-Os -m32"
- make
- strip fossil
OpenBSD
- On the devio.us machine in the ~/fossil/m1 directory
- fossil clean -f
- ./configure
- make
- strip fossil
Windows
- On the Samsung i9 (Windows8) in an MSVC x86 shell in %HOME%/fossil/m1
- fossil clean -f
- cd win
- nmake /f makefile.msc
Mac
- On the machine "imac" (MacOS 10.6.8, x64) in the ~/fossil/m1 directory
- fossil clean -f
- ./configure
- Edit Makefile. Change "-O2" to "-Os -m32"
- make
- strip fossil
Source Tarball
- mkdir fossil-src-$VERSION
- cd fossil-src-$VERSION
- fossil open $REPO
- fossil close
- cd ..
- tar czf fossil-src-$VERSION.tar.gz fossil-src-$VERSION
Z 98d20cfafaba1827d898f887078cb48d