MD bug fix

This commit is contained in:
dataking 2016-10-25 17:09:26 -07:00
parent 225091a764
commit 6819ddcffd

View File

@ -8,7 +8,8 @@ If you want to be able to use the PDF or Excel output formats, you must install
## Instriuctions for pre-requisite installation: ## Instriuctions for pre-requisite installation:
### For Debian/Ubuntu ### For Debian/Ubuntu
```(as root) ```
(as root)
apt update # versions prior to 16.04 LTS should use 'apt-get' apt update # versions prior to 16.04 LTS should use 'apt-get'
apt -y install htmldoc apt -y install htmldoc
@ -28,7 +29,8 @@ popd
popd popd
``` ```
### For RHEL/CentOS/Fedora ### For RHEL/CentOS/Fedora
```(as root) ```
(as root)
yum -y install htmldoc perl-Excel-Writer-XLSX yum -y install htmldoc perl-Excel-Writer-XLSX
pushd /tmp/ pushd /tmp/
wget http://search.cpan.org/CPAN/authors/id/M/MF/MFRANKL/HTML-HTMLDoc-0.10.tar.gz wget http://search.cpan.org/CPAN/authors/id/M/MF/MFRANKL/HTML-HTMLDoc-0.10.tar.gz
@ -41,7 +43,8 @@ popd
``` ```
### for Gentoo ### for Gentoo
```(as root) ```
(as root)
emerge -av1 app-text/htmldoc dev-perl/HTML-HTMLDoc emerge -av1 app-text/htmldoc dev-perl/HTML-HTMLDoc
pushd /tmp/ pushd /tmp/
@ -52,6 +55,7 @@ perl Makefile.PL
make && make install make && make install
popd popd
popd popd
```
\* It's possible that the Excel format will load for LibreOffic Calc, but this is currentl untested. YMMV. \* It's possible that the Excel format will load for LibreOffic Calc, but this is currentl untested. YMMV.