Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Jan 27, 2025
1 parent 09abf42 commit 163df70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion libs/d3/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Building d3.js for jsroot

npm install
npm run-script build
npm run build
rm -rf node_modules package-lock.json
9 changes: 6 additions & 3 deletions libs/three/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
## Checkout appropriate three.js version

In directory on the same level as jsroot, checkout three.js
into `threejs` subdirectory
into `threejs` subdirectory. Do not forget to checkout proper version:

git checkout r172

## Run script

npm install
npm run-script build
npm uninstall
npm run build
rm -rf node_modules package-lock.json


## Run tests and commit package

0 comments on commit 163df70

Please sign in to comment.