Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Artifact ID: | 7ea9290331b855a1ef3ba6e1cb5a5fd0c2cd6050 |
---|---|
Page Name: | Release Build How-To |
Date: | 2013-09-11 16:05:22 |
Original User: | drh |
Parent: | 33421aec4f8ea3bcf6fbeb852d4c1b3ba4232211 (diff) |
Next | ec714bc3da754cee639082b2682cf7309b58f1df |
Content
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