D 2013-09-11T16:05:22.241
L Release\sBuild\sHow-To
P 33421aec4f8ea3bcf6fbeb852d4c1b3ba4232211
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
- rm .fslckout
- cd ..
- tar czf fossil-src-$VERSION.tar.gz fossil-src-$VERSION
Z 67975761627acd0a39187659a779ab92