From: <var...@us...> - 2016-07-21 09:00:41
|
Revision: 9892 http://sourceforge.net/p/phpwiki/code/9892 Author: vargenau Date: 2016-07-21 09:00:37 +0000 (Thu, 21 Jul 2016) Log Message: ----------- Add instructions for UNITS_EXE on Mac OS X Modified Paths: -------------- trunk/config/config-dist.ini Modified: trunk/config/config-dist.ini =================================================================== --- trunk/config/config-dist.ini 2016-07-20 12:47:23 UTC (rev 9891) +++ trunk/config/config-dist.ini 2016-07-21 09:00:37 UTC (rev 9892) @@ -80,6 +80,10 @@ ; For a non-standard path ;UNITS_EXE = /usr/bin/units +; For Mac OS X, you need to install GNU Units http://www.gnu.org/software/units/ +; The units command shipped with Mac OS X will not work. +; Install e.g. with Homebrew: brew install gnu-units +;UNITS_EXE = /usr/local/bin/gunits ; Needed for inlined SVG and MathM, but conflicts with document.write(). ; Experimental. Default: false. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |