summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2017-05-26 05:54:05 -0700
committerMark Spruiell <mes@zeroc.com>2017-05-26 05:54:05 -0700
commitea117de271a2525202f966414168dd07944b0b3f (patch)
tree56b2bd7566daf11f84374119cc62990a02e33208 /js
parentImproved timeout test to better deal with slow VMs (diff)
downloadice-ea117de271a2525202f966414168dd07944b0b3f.tar.bz2
ice-ea117de271a2525202f966414168dd07944b0b3f.tar.xz
ice-ea117de271a2525202f966414168dd07944b0b3f.zip
Minor edits to js/BuildInstructions.md
Diffstat (limited to 'js')
-rw-r--r--js/BuildInstructions.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/BuildInstructions.md b/js/BuildInstructions.md
index 8a6d1e7e5a9..2823dcefb7c 100644
--- a/js/BuildInstructions.md
+++ b/js/BuildInstructions.md
@@ -23,13 +23,13 @@ Run these commands to build the libraries and tests:
> yarn install
> yarn run build
-On Windows you need to set the platform and configuration in order to locate
-slice2js, for example if you have build C++ x64 Release mode you can use
-the following command to build
+On Windows, you need to set the platform and configuration in order to locate
+slice2js. For example, if you have built C++ with the x64 Release configuration,
+you can use the following command to build JavaScript:
> yarn run build -- --cppPlatform x64 --cppConfiguration Release
-alternativelly you can use the CPP_PLATFORM and CPP_CONFIGURATION enviroment
+Alternatively you can use the CPP_PLATFORM and CPP_CONFIGURATION environment
variables:
> set CPP_PLATFORM=x64