From 17f4576d192ebaae1e735b3b13c47142ccce4a01 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Tue, 16 Aug 2011 21:29:56 -0400 Subject: [PATCH] arch section updates --- doc/compiling.tex | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/compiling.tex b/doc/compiling.tex index 3511ecc0..842f2d26 100644 --- a/doc/compiling.tex +++ b/doc/compiling.tex @@ -197,6 +197,14 @@ $\text{\$}$ rpmbuild -bb mitsuba-$\code{\MitsubaVersion}$/data/linux/fedora/mits \end{shell} After this command finishes, its output can be found in the directory \code{rpmbuild/RPMS}. \subsection{Building on Arch Linux} +You'll first need to install a number of dependencies. + +First, run +\begin{shell} +$\text{\$}$ sudo pacman -S gcc xerces-c glew openexr boost libpng libjpeg qt scons mercurial python +\end{shell} + + There are two ways to install Mitsuba on Archlinux, the Arch way, and the other way. The Arch Way is to use the Aur software repository.