Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 711 Bytes

EXTERNAL_DEPS.md

File metadata and controls

44 lines (28 loc) · 711 Bytes

External dependencies

This document briefly describes external programs required to be installed.

graph

Requires graphviz. Can be installed from your distribution repo:

$ sudo apt-get install graphviz
$ sudo dnf install graphviz

extricate

Requires gcc. Can be installed from your distribution repo:

$ sudo apt-get install build-essential
$ sudo dnf install gcc

complexity_plan

Requires lizard. Can be installed from pip:

$ pip3 install --user lizard

Optional: sqlite. Can be installed from your distribution repo:

$ sudo apt-get install sqlite3
$ sudo dnf install sqlite3

web

Requires sqlite3.

graph_diff, headers, recursion

Requires graphviz.