Skip to content

Commit

Permalink
Minor generalization of new instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stone <jstone@lucasfilm.com>
  • Loading branch information
jstone-lucasfilm authored Jan 10, 2024
1 parent a556004 commit 7d42050
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions javascript/build_javascript_win.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
@rem This script builds the MaterialX system on Windows. The final command starts a local server so that you can then
@rem run the interactive viewer locally. Here is a typical line to paste into your browser at that point (withouth the @rem):
@rem http://localhost:8080/index.html?file=Materials/Examples/UsdPreviewSurface/usd_preview_surface_default.mtlx
@rem This script builds MaterialX JavaScript on Windows. The final command starts a local server, allowing you to
@rem run the MaterialX Web Viewer locally by entering 'http://localhost:8080' in the search bar of your browser.
@echo --------------------- Setup Emscripten ---------------------
@echo on
@rem You will likely need to change these paths to wherever you store your Github repositories
@rem Edit the following paths to match your local locations for the Emscripten and MaterialX projects.
set EMSDK_LOCATION=C:/GitHub/emsdk
set MATERIALX_LOCATION=C:/GitHub/MaterialX
call %EMSDK_LOCATION%/emsdk.bat install latest
Expand Down

0 comments on commit 7d42050

Please sign in to comment.