From 5a8910f5a328e337aa4f20f4c414a981df6eceac Mon Sep 17 00:00:00 2001 From: jamesb Date: Wed, 24 Mar 2010 18:52:28 +0000 Subject: [PATCH] Added dvipng as requirement for Sphinx building git-svn-id: https://code.ros.org/svn/opencv/trunk@2899 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08 --- opencv/doc/latex_readme.txt | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/opencv/doc/latex_readme.txt b/opencv/doc/latex_readme.txt index 0328acab..f6d5c0e1 100644 --- a/opencv/doc/latex_readme.txt +++ b/opencv/doc/latex_readme.txt @@ -4,17 +4,16 @@ the html files on disk that populate the online OpenCV documenation wiki. ------------------------------------------------------------------------- -In Ubuntu or Debian you need to install the following packages: +In Ubuntu or Debian, required to build the opencv.pdf manual: -sudo apt-get install texlive -sudo apt-get install texlive-latex-extra -sudo apt-get install latex-xcolor -sudo apt-get install texlive-fonts-extra + sudo apt-get install texlive texlive-latex-extra latex-xcolor texlive-fonts-extra -## Above will make the opencv.pdf manual. Below is only if you wish to make HTML documentation: -sudo apt-get install python-setuptools ## See [1] below for another install method -sudo easy_install -U Sphinx ## This is NOT the speech recognition program. -sudo easy_install plasTeX +To build the HTML documentation, these are also required: + + sudo apt-get install python-setuptools ## See [1] below for another install method + sudo easy_install -U Sphinx ## This is NOT the speech recognition program. + sudo apt-get install dvipng + sudo easy_install plasTeX ------------------------------------------------------------------------- In other Linux distros you will also need to install LiveTeX and, @@ -48,5 +47,3 @@ First: wget -q http://peak.telecommunity.com/dist/ez_setup.py Then sudo python ez_setup.py - -sudo apt-get install texlive texlive-latex-extra latex-xcolor texlive-fonts-extra -- 2.39.2