|
From: <var...@us...> - 2021-08-06 08:01:35
|
Revision: 10446
http://sourceforge.net/p/phpwiki/code/10446
Author: vargenau
Date: 2021-08-06 08:01:30 +0000 (Fri, 06 Aug 2021)
Log Message:
-----------
INSTALL: GraphViz plugin requires GraphViz to be installed
Modified Paths:
--------------
trunk/INSTALL
Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL 2021-08-06 08:01:00 UTC (rev 10445)
+++ trunk/INSTALL 2021-08-06 08:01:30 UTC (rev 10446)
@@ -24,7 +24,7 @@
or
apt install php-ldap
-TeX2pngPlugin requires LaTeX to be installed. You might need to do:
+TeX2png plugin requires LaTeX to be installed. You might need to do:
yum install texlive
yum install latex2html
or
@@ -31,6 +31,11 @@
apt install texlive
apt install latex2html
+GraphViz plugin requires GraphViz to be installed. You might need to do:
+yum install graphviz
+or
+yum install graphviz
+
QUICK START INSTRUCTIONS
Copy 'config/config-dist.ini' to 'config/config.ini' and edit the
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|