This package consists of:
Build a PNaCl Graphviz library using naclports and add it to the NaCl SDK:
naclports --toolchain=pnacl --arch=pnacl -v install ./
Alternatively, use Docker to provide the dependencies:
docker build -t graphviz .
Build the Graphviz NaCl module in a container:
docker run -P -v $(pwd):/root -e OUTBASE=lib -w /root graphviz make
The [example][./example] directory contains a demo of the Graphviz polymer.dart web component.
Content type
Image
Digest
sha256:1d1465604…
Size
1.4 GB
Last updated
almost 11 years ago
docker pull rlincoln/graphviz