From 5ab8f36d617134597091eb64b69f2df575be2647 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Tue, 28 Sep 2010 19:48:20 +0200 Subject: [PATCH] fixed Xerces C reference in the documentation --- doc/compiling.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/compiling.tex b/doc/compiling.tex index 95b57f61..5fe911e1 100644 --- a/doc/compiling.tex +++ b/doc/compiling.tex @@ -50,7 +50,7 @@ using another distribution. First, run \begin{shell} -$\text{\$}$ apt-get install build-essential scons qt4-dev-tools scons libpng12-dev libjpeg62-dev libilmbase-dev libopenexr-dev libxerces-c2-dev libboost-dev libglewmx1.5-dev libxxf86vm-dev libboost-system-dev libboost-filesystem-dev +$\text{\$}$ apt-get install build-essential scons qt4-dev-tools scons libpng12-dev libjpeg62-dev libilmbase-dev libopenexr-dev libxerces-c-dev libboost-dev libglewmx1.5-dev libxxf86vm-dev libboost-system-dev libboost-filesystem-dev \end{shell} To get COLLADA support, you will also need to install the \texttt{collada-dom} packages or build them from scratch. Here, we install the \code{x86\_64} binaries and development headers included with Mitsuba: \begin{shell}