aboutsummaryrefslogtreecommitdiffstats
path: root/cross-compile.sh
Commit message (Collapse)AuthorAgeFilesLines
* Updated windows build dependencies:Olivier Tilloy2011-10-221-3/+3
| | | • exiv2 0.21.1 → 0.22
* Updated references to the latest supported version of Python in the ↵Olivier Tilloy2011-10-221-1/+1
| | | | documentation.
* Updated cross-compilation script: now using boost’s bootstrap script that ↵Olivier Tilloy2011-08-221-2/+3
| | | | | compiles its own version of bjam. This relaxes the dependency on bjam.
* Updated windows build dependencies:Olivier Tilloy2011-08-221-12/+12
| | | | | | • iconv 1.13.1 → 1.14 • exiv2 0.21 → 0.21.1 • python 2.7.1 → 2.7.2 • boost 1.45.0 → 1.47.0
* Updated windows build dependencies:Olivier Tilloy2010-12-091-8/+8
| | | | | • exiv2 0.20 → 0.21 • python 2.7 → 2.7.1 • boost 1.44.0 → 1.45.0
* Pass --trust-server-names=on to wget to use the last component of the ↵Olivier Tilloy2010-12-091-3/+3
| | | | redirection URLs as the local file names.
* Don’t choke on an existing build directory.Olivier Tilloy2010-08-251-1/+1
|
* Updated windows build dependencies:Olivier Tilloy2010-08-251-9/+9
| | | | | • exiv2 0.19 → 0.20 • python 2.6.5 → 2.7 • boost 1.43.0 → 1.44.0
* Update the windows build to Boost 1.43.0.Olivier Tilloy2010-05-261-3/+3
|
* Update the windows build to Python 2.6.5.Olivier Tilloy2010-05-261-2/+2
|
* Allow executing the cross compilation script from anywhere,Olivier Tilloy2010-03-251-4/+7
| | | the build will be done in the branch the script belongs to.
* Shell script to retrieve dependencies and cross compile pyexiv2Olivier Tilloy2010-03-161-0/+88
for windows on a linux host.