mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Update JS docs
This commit is contained in:
@@ -39,7 +39,7 @@ We are following the instructions from `emscripten.org <http://kripken.github.io
|
||||
|
||||
6. Modify the file ``~/.emscripten`` to make NODE_JS path equal to ``which nodejs`` if it doesn't already
|
||||
|
||||
7. Make an environmental variable (in ~/.profile) ``EMSCRIPTEN`` that points to the folder that contains ``emc++``, ``emcc``, etc.
|
||||
7. Make an environmental variable (in ~/.profile) ``export EMSCRIPTEN=/path/to/emsdk`` that points to the folder that contains ``emc++``, ``emcc``, etc.
|
||||
|
||||
8. Check out coolprop::
|
||||
|
||||
@@ -51,7 +51,7 @@ We are following the instructions from `emscripten.org <http://kripken.github.io
|
||||
|
||||
10. Build the Javascript module::
|
||||
|
||||
cmake .. -DCOOLPROP_JAVASCRIPT_MODULE=ON -DCMAKE_TOOLCHAIN_FILE=${EMSCRIPTEN}/cmake/Platform/Emscripten.cmake
|
||||
cmake .. -DCOOLPROP_JAVASCRIPT_MODULE=ON -DCMAKE_TOOLCHAIN_FILE=${EMSCRIPTEN}/cmake/Platform/Emscripten.cmake
|
||||
|
||||
Windows
|
||||
-------
|
||||
|
||||
Reference in New Issue
Block a user