Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zosmac/graphviz_app

macOS app for Graphviz
https://github.com/zosmac/graphviz_app

Last synced: about 1 month ago
JSON representation

macOS app for Graphviz

Awesome Lists containing this project

README

        

# graphviz_app
macOS App project for *[Graphviz]()*

This project originates from the contents of the `macosx` folder of the *[Graphviz project]()* repository.

To build this project, first install *Graphviz* on your Mac, which this project assumes is installed into `/usr/local`.

Then run `make` to install this app into `/Applications/Graphviz.app`.
```sh
[PREFIX=/usr/local] make
```