aboutsummaryrefslogtreecommitdiff
path: root/examples/mswin-build/README (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update sample build scriptsRon Yorston2024-09-251-3/+16
| | | | | | | | | | | | | Recent binaries released on frippery.org use the time of the latest commit as the build time. This is achieved through the SOURCE_DATE_EPOCH environment variable, which is respected by the upstream BusyBox build system. The sample build scripts have been updated to do the same. This doesn't result in perfectly reproducible builds as the toolchains used don't all support SOURCE_DATE_EPOCH. Add some more details to the README file.
* win32: update sample script for release buildRon Yorston2024-02-031-4/+11
| | | | | Update the mkrelease script to include cross-compilation of the Windows on ARM binary on Linux using llvm-mingw.
* Example build scriptsRon Yorston2023-06-041-0/+6
Supply the scripts used to build release and prerelease busybox-w32. (GitHub issue #330)