summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-03-30 11:25:06 +0200
committerYorhel <git@yorhel.nl>2020-03-30 11:25:08 +0200
commitab2fadc4a7e18eb904948b51f47e5d738c35c53e (patch)
treecbd41c3d15968af8096c00ba997079bf2f50f1ce /README.md
parent97fa5d2a78f715297879381d32fd594d20761fe8 (diff)
Producers::Graph: Experiment with dynamically generating relation graphs
The producers.rgraph column still exists and the old graphs are still being generated - that will be removed if this new approach works out.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 61c76c0f..fe1f59ab 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,7 @@ Global requirements:
**Perl modules** (core modules are not listed):
General:
+- AnyEvent
- Crypt::ScryptKDF
- Crypt::URandom
- DBD::Pg
@@ -59,6 +60,7 @@ General:
- Image::Magick
- JSON::XS
- PerlIO::gzip
+- graphviz (/usr/bin/dot is used by default)
util/vndb.pl (the web backend):
- Algorithm::Diff::XS
@@ -68,12 +70,10 @@ util/vndb.pl (the web backend):
- HTTP::Server::Simple
util/multi.pl (application server, optional):
-- AnyEvent
- AnyEvent::HTTP
- AnyEvent::IRC
- AnyEvent::Pg
- XML::Parser
-- graphviz (/usr/bin/dot is used by default)
## Manual setup