Commit Graph

9 Commits

Author SHA1 Message Date
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
Casey Langen
bf35dbe23b Fix standalone script for intel homebrew. 2023-01-02 21:26:44 -08:00
casey langen
a133f1ce8c Update script to allow missing portaudio libraries. 2023-01-02 18:33:42 -08:00
casey langen
2a1d444a7e Don't require portaudio for distribution on macOS. 2023-01-02 18:31:54 -08:00
casey langen
9025472f33 Unix dependency updates. 2022-04-23 14:39:50 -07:00
casey langen
5496aba92c Added missing arm excludes. 2022-02-18 11:04:40 -08:00
casey langen
c2df89fbf3 Added a couple more libraries to the ignore list. 2022-02-18 00:02:26 -08:00
casey langen
bd7765c7bf Added missing "ignore" libraries for Linux scan. 2022-02-17 23:38:53 -08:00
Casey Langen
1b2a4627c3 Added a new script to scan standalone plugin dependencies at archive
time to make sure they aren't referencing anything external.
2022-02-17 21:39:45 -08:00