Remove install script, building from source is now opt-in

The vast majority of people don't need this. Package managers
are (correctly) starting to block install scripts by default,
so this change should reduce install-time warnings.
This commit is contained in:
Lovell Fuller
2025-12-21 12:35:18 +00:00
parent 1a2c1c8833
commit e1bad5470e
7 changed files with 17 additions and 45 deletions

View File

@@ -73,6 +73,7 @@ if (sharp) {
} else {
help.push(
`- Manually install libvips >= ${minimumLibvipsVersion}`,
' See https://sharp.pixelplumbing.com/install#building-from-source',
'- Add experimental WebAssembly-based dependencies:',
' npm install --cpu=wasm32 sharp',
' npm install @img/sharp-wasm32'