You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of #189, we can now use: script/boostrap.py --platform js (optional)
followed by: script/setup.py --platform js --overwrite
followed by: script/build.py --platform js --overwrite --verbose
This is (🤞) a more robust version of of src/build_javascript.py.
Once this is done, I believe src/build_javascript.py can be deleted.
I didn't do a good job of documenting why I didn't yet adopt the build scripts for the CI build, but #278 sounds familiar. Anyway, we ought to move to GitHub Actions to make it easier for other in the team to help maintain the builds (#373).
As of #189, we can now use:
script/boostrap.py --platform js
(optional)followed by:
script/setup.py --platform js --overwrite
followed by:
script/build.py --platform js --overwrite --verbose
This is (🤞) a more robust version of of src/build_javascript.py.
Once this is done, I believe src/build_javascript.py can be deleted.
Documentation is updated here:
https://github.com/mcneel/rhino3dm/blob/master/docs/javascript/RHINO3DM-BUILD.JS.md
I have only tested these scripts on macOS. If there are problems on linux, please let me know.
The text was updated successfully, but these errors were encountered: