Sign inSign up

rlincoln/graphviz

By rlincoln

Updated almost 11 years ago

Image
0

902

rlincoln/graphviz repository overview

Graphviz NaCl Module

This package consists of:

naclports

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 .

NaCl module

Build the Graphviz NaCl module in a container:

docker run -P -v $(pwd):/root -e OUTBASE=lib -w /root graphviz make

Polymer.dart web component

The [example][./example] directory contains a demo of the Graphviz polymer.dart web component.

Tag summary

Content type

Image

Digest

sha256:1d1465604

Size

1.4 GB

Last updated

almost 11 years ago

docker pull rlincoln/graphviz