diff --git a/akka-docs/rst/dev/documentation.rst b/akka-docs/rst/dev/documentation.rst index ff69240741..ef10d1b031 100644 --- a/akka-docs/rst/dev/documentation.rst +++ b/akka-docs/rst/dev/documentation.rst @@ -104,7 +104,7 @@ Add the Homebrew Python path to your $PATH: :: - /usr/local/Cellar/python/2.7.1/bin + /usr/local/Cellar/python/2.7.5/bin More information in case of trouble: @@ -129,7 +129,7 @@ Add texlive bin to $PATH: :: - /usr/local/texlive/2012basic/bin/universal-darwin + /usr/local/texlive/2013basic/bin/universal-darwin Add missing tex packages: @@ -142,3 +142,12 @@ Add missing tex packages: sudo tlmgr install wrapfig sudo tlmgr install helvetic sudo tlmgr install courier + sudo tlmgr install multirow + +If you get the error "unknown locale: UTF-8" when generating the documentation the solution is to define the following environment variables: + +:: + + export LANG=en_US.UTF-8 + export LC_ALL=en_US.UTF-8 +