Skip to content

Commit cb00790

Browse files
committed
building instructions
1 parent 2e8b720 commit cb00790

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ max-dev-www.eff.org 3 Good AC3933B1B95BA5254F43ADBE5E3E38E539C74456
5151
The above output represents the adjacency list for the graph for the root domain `eff.org`. The adjacency list is in the form:
5252
`Node Depth Status Cert-Fingerprint [Edge1 Edge2 ... EdgeN]`
5353

54+
## Compiling
55+
56+
To compile certgraph you must have a working go 1.5 or newer compiler on your system.
57+
To compile for the running system compilation is as easy as running make
58+
```
59+
certgraph$ make
60+
go build -o certgraph certgraph.go
61+
```
5462

5563
## [Web UI](https://lanrat.github.io/certgraph/)
5664

0 commit comments

Comments
 (0)