Releases: measurement-kit/cross
Release list
v0.4.5
v0.4.4
This release adds a script to cross compile for mingw
v0.4.3
This release tweaks cross-android such that we can cross compile libmaxminddb
v0.4.2
This release fixes the cross-ios regression introduced in v0.4.0 for real.
v0.4.1
This release fixes a regression introduced for cross-ios in v0.4.0. This regression prevented us to actually cross compile for iOS, because ./configure started failing. Should be OK now.
v0.4.0
Added cross build script for Android. Synced the Android and iOS build scripts.
v0.3.0
The previous release (v0.2.0) was not flexible enough for our needs. So attempt another approach where you do something like the following:
cross-ios armv7s ../configure --disable-shared [...]To obtain all the proper environment variables set and
../configure --disable-shared [...] $CROSS_CONFIGURE_ARGUMENTSbeing called, where $CROSS_CONFIGURE_ARGUMENTS are the arguments to enable cross compiling.
The main motivation behind this change is that apparently building in place, as v0.2.0 was doing, since it was invoking ./configure unconditionally, is not enough to build libressl.
v0.2.0
Modified the iOS build script to invoke ./configure with some specific flags as this seems to be a reasonably simple way of propagating arguments to the configure script.
v0.1.0
Initial release containing the iOS cross build script.