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 3
3
![ Test PR] ( https://github.com/hpcc-systems/hpcc-js-wasm/workflows/Test%20PR/badge.svg )
4
4
5
5
This 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
7
7
* [ expat] ( https://libexpat.github.io/ ) - v2.2.10
8
8
9
9
## Quick GraphViz Demos
Original file line number Diff line number Diff line change 2
2
3
3
if [ ! -d " src-graphviz" ]
4
4
then
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
6
6
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
9
9
10
10
# Configure ---
11
11
cd ./src-graphviz
You can’t perform that action at this time.
0 commit comments