Commit Graph

4 Commits

Author SHA1 Message Date
casey langen
9ee80b4778 Add missing dependency to build instructions. 2023-12-03 12:16:31 -08:00
casey langen
7a9534b15f Update build docs. 2023-12-03 12:13:57 -08:00
casey langen
a46813db3d Add x86 support to standalone build scripts. 2023-09-10 13:32:42 -07:00
casey langen
4f44829cda
Improve cross-compile support (#634)
* Update minimum CMake version requirement to get rid of warning.
* Include CMake compile commands for easier diagnostics.
* More improvements to arm toolchain selection while cross-compiling third-party dependencies.
* Use x-tools provided cmake toolchains
* Add a script to download and extract deb dependencies for crosscompile.
* Link against libstdc++ statically when cross-compiling to ARM to improve portability.
* Update GeneratePackage.cmake to generate better filenames.
* Ensure symbols are stripped properly when cross-compiling
* Remove old scripts that are no longer required
* Add script to install x-tools
* Add some docs that describe how to setup a crosscompile environment.
* Add docs for building standlone on Linux
* Update CHANGELOG
* Update version hash.
2023-09-07 22:05:43 -07:00