Skip to content

Commit 21f7e1d

Browse files
author
Ldpe2G
committedJan 5, 2017
Merge branch 'master' of https://github.com/Ldpe2G/Graphviz4S
2 parents 1f6a553 + d86b98e commit 21f7e1d

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed
 

‎README.md

+34-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,35 @@
11
# Graphviz4S
2-
Simple Scala interface for Graphviz
2+
3+
This project is a simply implementation of the python [Graphviz](https://github.com/xflr6/graphviz/tree/master/graphviz) library functionality in Scala.
4+
5+
6+
It tries to keep the interface the same with the python [Graphviz](https://github.com/xflr6/graphviz/tree/master/graphviz) library, which facilitates the creation and rendering of graph descriptions inthe DOT_ language of the Graphviz_ graph drawing software (repo_) from Scala.
7+
8+
##Installation
9+
10+
To render the generated DOT source code, you also need to install [Graphviz](http://www.graphviz.org/Download.php).
11+
12+
Make sure that the directory containing the ``dot`` executable is on your
13+
systems' path.
14+
15+
16+
##Build
17+
```bash
18+
bash scripts/build.sh
19+
```
20+
21+
##Run examples
22+
```bash
23+
bash scripts/run_all_examples.sh
24+
```
25+
26+
##Quickstart
27+
28+
29+
## Support
30+
The following platforms are supported by this package:
31+
32+
OS | Architecture
33+
--- | ---
34+
Linux | x86_64
35+
Linux | x86_32

0 commit comments

Comments
 (0)
Please sign in to comment.