diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-05-26 05:54:05 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-05-26 05:54:05 -0700 |
commit | ea117de271a2525202f966414168dd07944b0b3f (patch) | |
tree | 56b2bd7566daf11f84374119cc62990a02e33208 /js | |
parent | Improved timeout test to better deal with slow VMs (diff) | |
download | ice-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.md | 8 |
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 |