File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33![ Test PR] ( https://github.com/hpcc-systems/hpcc-js-wasm/workflows/Test%20PR/badge.svg )
44
55This repository contains a collection of useful c++ libraries compiled to WASM for (re)use in Node JS, Web Browsers and JavaScript Libraries:
6- * [ graphviz] ( https://www.graphviz.org/ ) - v2.46.1
6+ * [ graphviz] ( https://www.graphviz.org/ ) - v2.47.0
77* [ expat] ( https://libexpat.github.io/ ) - v2.2.10
88
99## Quick GraphViz Demos
Original file line number Diff line number Diff line change 22
33if [ ! -d " src-graphviz" ]
44then
5- wget -c https://gitlab.com/graphviz/graphviz/-/archive/2.46.1 /graphviz-2.46.1 .tar.gz
5+ wget -c https://gitlab.com/graphviz/graphviz/-/archive/2.47.0 /graphviz-2.47.0 .tar.gz
66 mkdir ./src-graphviz
7- tar -xzf ./graphviz-2.46.1 .tar.gz -C ./src-graphviz --strip-components=1
8- rm ./graphviz-2.46.1 .tar.gz
7+ tar -xzf ./graphviz-2.47.0 .tar.gz -C ./src-graphviz --strip-components=1
8+ rm ./graphviz-2.47.0 .tar.gz
99
1010 # Configure ---
1111 cd ./src-graphviz
You can’t perform that action at this time.
0 commit comments