Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zosmac/graphviz_app
- Owner: zosmac
- License: epl-2.0
- Created: 2024-03-17T16:24:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-24T19:33:30.000Z (10 months ago)
- Last Synced: 2024-03-25T13:44:29.209Z (10 months ago)
- Language: Objective-C
- Size: 623 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```