Docs: 32-bit Windows is supported (again)

This commit is contained in:
Lovell Fuller 2020-03-06 21:33:15 +00:00
parent 82863f48f6
commit 8d66433e7c

View File

@ -30,7 +30,7 @@ JPEG, PNG, WebP, TIFF, GIF (input) and SVG (input) image formats.
The following platforms have prebuilt libvips but not sharp: The following platforms have prebuilt libvips but not sharp:
* Linux ARMv6 * Linux ARMv6
* Linux ARMv7 * Linux ARMv7 (glibc >= 2.28)
* Linux ARM64 (glibc >= 2.29) * Linux ARM64 (glibc >= 2.29)
The following platforms require compilation of both libvips and sharp from source: The following platforms require compilation of both libvips and sharp from source:
@ -42,15 +42,10 @@ The following platforms require compilation of both libvips and sharp from sourc
* FreeBSD * FreeBSD
* OpenBSD * OpenBSD
The following platforms are completely unsupported:
* Windows x86
* Windows x64 with 32-bit `node.exe`
## Common problems ## Common problems
The platform and major version of Node.js used for `npm install` The architecture and platform of Node.js used for `npm install`
must be the same as the platform and major version of Node.js used at runtime. must be the same as the architecture and platform of Node.js used at runtime.
The `npm install --unsafe-perm` flag must be used when installing as `root` or a `sudo` user. The `npm install --unsafe-perm` flag must be used when installing as `root` or a `sudo` user.
@ -79,8 +74,8 @@ This module will be compiled from source at `npm install` time when:
Building from source requires: Building from source requires:
* C++11 compatible compiler such as gcc 4.8+, clang 3.0+ or MSVC 2013+ * C++11 compiler
* [node-gyp](https://github.com/nodejs/node-gyp#installation) and its dependencies (includes Python 2.7) * [node-gyp](https://github.com/nodejs/node-gyp#installation) and its dependencies
## Custom prebuilt binaries ## Custom prebuilt binaries