Code to identify, download, compile and install SaxonCHE (open source) on Alpine #1102
Replies: 3 comments 3 replies
-
|
This would mean we would need to replace HE with CE in |
Beta Was this translation helpful? Give feedback.
-
Thanks! I've added support for installing Saxon on Alpine in #1151 (included in install-php-extensions version 2.9.4). |
Beta Was this translation helpful? Give feedback.
-
|
@charlesgek have you been able to compile saxonc on arm64 in the past? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ! I noticed Saxon had an issue to install on Alpine, so, I made a patch. This is my full code and it's working like a charm.
The code basically update the package, install the build dependencies, identify the system architecture, the latest version of SaxonCHE, download the latest version according to the architecture, unzip it and remove the zip, patch the code to make the compilation compatible on Alpine, compile it, install it and transfer the libraries, delete the build files and remove the build packages.
Feel free to implement it in your script 😊
Beta Was this translation helpful? Give feedback.
All reactions