Skip to content

Commit

Permalink
fix(docs): Add a note about windows support
Browse files Browse the repository at this point in the history
Closes #1299
  • Loading branch information
reconbot committed Aug 11, 2017
1 parent e83ec4e commit 76b7191
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .docs/README.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ In addition to reading the [article mentioned above](http://www.voodootikigod.co
| Linux / ARM v8¹ | ☐ | ☐ | ☐ |
| Linux / MIPSel¹ | ☐ | ☐ | ☐ |
| Linux / PPC64¹ | ☐ | ☐ | ☐ |
| Windows² / x86 | | ☑ | ☑ |
| Windows² / x86 | | ☑ | ☑ |
| Windows² / x64 | ☑ | ☑ | ☑ |
| OSX³ / x64 | ☑ | ☑ | ☑ |

Expand All @@ -97,6 +97,8 @@ In addition to reading the [article mentioned above](http://www.voodootikigod.co

³ OSX 10.4 Tiger and above are supported, but our CI tests only 10.9.5 Mavericks with Xcode 6.1.

Until Issue #1221 is closed windows will suffer high cpu reads and writes and will require a `UV_THREADPOOL_SIZE` environment variable to be set to 1 + the number of ports you wish to open at a time. (Defaults to `4` which supports 3 ports).

## Installation Instructions

For most "standard" use cases (Node v4.x on Mac, Linux, or Windows on a x86 or x64 processor), Node-Serialport will install nice and easy with:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ In addition to reading the [article mentioned above](http://www.voodootikigod.co
| Linux / ARM v8¹ ||||
| Linux / MIPSel¹ ||||
| Linux / PPC64¹ ||||
| Windows² / x86 | |||
| Windows² / x86 | |||
| Windows² / x64 ||||
| OSX³ / x64 ||||

Expand All @@ -144,6 +144,8 @@ In addition to reading the [article mentioned above](http://www.voodootikigod.co

³ OSX 10.4 Tiger and above are supported, but our CI tests only 10.9.5 Mavericks with Xcode 6.1.

Until Issue #1221 is closed windows will suffer high cpu reads and writes and will require a `UV_THREADPOOL_SIZE` environment variable to be set to 1 + the number of ports you wish to open at a time. (Defaults to `4` which supports 3 ports).

## Installation Instructions

For most "standard" use cases (Node v4.x on Mac, Linux, or Windows on a x86 or x64 processor), Node-Serialport will install nice and easy with:
Expand Down

0 comments on commit 76b7191

Please sign in to comment.