Skip to content

Commit

Permalink
Docs: 32-bit Windows is supported (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Mar 6, 2020
1 parent 82863f4 commit 8d66433
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ JPEG, PNG, WebP, TIFF, GIF (input) and SVG (input) image formats.
The following platforms have prebuilt libvips but not sharp:

* Linux ARMv6
* Linux ARMv7
* Linux ARMv7 (glibc >= 2.28)
* Linux ARM64 (glibc >= 2.29)

The following platforms require compilation of both libvips and sharp from source:
Expand All @@ -42,15 +42,10 @@ The following platforms require compilation of both libvips and sharp from sourc
* FreeBSD
* OpenBSD

The following platforms are completely unsupported:

* Windows x86
* Windows x64 with 32-bit `node.exe`

## Common problems

The platform and major version of Node.js used for `npm install`
must be the same as the platform and major version of Node.js used at runtime.
The architecture and platform of Node.js used for `npm install`
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.

Expand Down Expand Up @@ -79,8 +74,8 @@ This module will be compiled from source at `npm install` time when:

Building from source requires:

* C++11 compatible compiler such as gcc 4.8+, clang 3.0+ or MSVC 2013+
* [node-gyp](https://github.com/nodejs/node-gyp#installation) and its dependencies (includes Python 2.7)
* C++11 compiler
* [node-gyp](https://github.com/nodejs/node-gyp#installation) and its dependencies

## Custom prebuilt binaries

Expand Down

0 comments on commit 8d66433

Please sign in to comment.