diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-09-01 19:18:23 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-09-01 19:18:23 +0200 |
commit | 4cf4617b81e023abda4c63284a3d239743dfcb01 (patch) | |
tree | 464b0e4f469b1e9b3281a0f1295317b4b9f592ce /js | |
parent | Fix for IceBox tests with ARM (diff) | |
download | ice-4cf4617b81e023abda4c63284a3d239743dfcb01.tar.bz2 ice-4cf4617b81e023abda4c63284a3d239743dfcb01.tar.xz ice-4cf4617b81e023abda4c63284a3d239743dfcb01.zip |
Fixed ICE-6757 - allow Windows 10 UAP apps to re-use multicast addr
Diffstat (limited to 'js')
-rw-r--r-- | js/BuildInstructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/BuildInstructions.md b/js/BuildInstructions.md index 9dae75ece97..b8b1835268f 100644 --- a/js/BuildInstructions.md +++ b/js/BuildInstructions.md @@ -9,7 +9,7 @@ supported platforms. To build Ice for JavaScript you must have the following: - Ice 3.6 development kit for C++ -- Node.js 10.0 or later +- Node.js 0.10 or later ## Building the JavaScript libraries and NodeJS packages |