https://github.com/zosmac/graphviz_app
macOS app for Graphviz
https://github.com/zosmac/graphviz_app
Last synced: 11 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T19:33:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T06:32:11.564Z (about 1 year 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
```