https://github.com/artemanufrij/graphui
An elementary OS app
https://github.com/artemanufrij/graphui
graphviz vala
Last synced: about 1 month ago
JSON representation
An elementary OS app
- Host: GitHub
- URL: https://github.com/artemanufrij/graphui
- Owner: artemanufrij
- Created: 2018-02-11T17:36:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-24T10:14:30.000Z (about 3 years ago)
- Last Synced: 2025-01-17T07:23:53.202Z (3 months ago)
- Topics: graphviz, vala
- Language: Vala
- Homepage: https://artemanufrij.github.io
- Size: 719 KB
- Stars: 21
- Watchers: 2
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vala - graphui - Graph Visualization based on graphviz. (Apps / Productivity)
README
[](https://travis-ci.org/artemanufrij/graphui)
### Donate
PayPal | LiberaPay | Patreon

## Install from Github.
As first you need elementary SDK
```
sudo apt install elementary-sdk
```Install dependencies
```
sudo apt install libgtksourceview-3.0-dev graphviz
```Clone repository and change directory
```
git clone https://github.com/artemanufrij/graphui.git
cd graphui
```Compile, install and start GraphUI on your system
```
meson build --prefix=/usr
cd build
sudo ninja install
com.github.artemanufrij.graphui
```