Skip to content

Commit e6bbd61

Browse files
committed
update readme
1 parent dfa23c5 commit e6bbd61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-src.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ However, we do not ship all the dependencies of Graphviz.
1717
You will have to make sure these are available on your system, if you need them.
1818
[Here is a list of all the graphviz dependencies.](https://packages.fedoraproject.org/pkgs/graphviz/graphviz/fedora-rawhide.html#dependencies)
1919
In practice you may not need all of those.
20-
In particular, if you only want to read graphs and run the DOT layout algorithm, libc and libz are enough.
20+
In particular, if you only want to read graphs and run the DOT layout algorithm, libtool-ldtl, libc and libz are enough.
2121
To run our tests successfully you will also need libgts and libpcre2 (for the neato algorithm).
2222
For more details, check the dependencies of any graphviz binaries with `ldd`.
2323

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ However, we do not ship all the dependencies of Graphviz.
1717
You will have to make sure these are available on your system, if you need them.
1818
[Here is a list of all the graphviz dependencies.](https://packages.fedoraproject.org/pkgs/graphviz/graphviz/fedora-rawhide.html#dependencies)
1919
In practice you may not need all of those.
20-
In particular, if you only want to read graphs and run the DOT layout algorithm, libc and libz are enough.
20+
In particular, if you only want to read graphs and run the DOT layout algorithm, libtool-ldtl, libc and libz are enough.
2121
To run our tests successfully you will also need libgts and libpcre2 (for the neato algorithm).
2222
For more details, check the dependencies of any graphviz binaries with `ldd`.
2323

0 commit comments

Comments
 (0)