From 6fb16918612e15cfd0bc989a796a79e7769e68c4 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Wed, 8 Sep 2010 23:37:24 +0200 Subject: [PATCH] typo in compilation documentation --- doc/compiling.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/compiling.tex b/doc/compiling.tex index 233adb63..f77d18a7 100644 --- a/doc/compiling.tex +++ b/doc/compiling.tex @@ -80,7 +80,7 @@ in the \code{\%PATH\%} environment variable so that entering \code{scons} on the C:\Users\Wenzel>scons scons: ** No SConstruct file found. \end{shell} -\emph{Note: }On some setups, the precompiled SCons binaries generate a warning about not finding SCons in the registry. In this case, you can instead run \code{python setup.py install} within the source release of SCons. +\emph{Note: }On some setups, the SCons installer generates a warning about not finding Python in the registry. In this case, you can instead run \code{python setup.py install} within the source release of SCons. Next, install Qt (\url{http://qt.nokia.com/downloads/windows-cpp-vs2008} -- you should get the release for Visual Studio 2008). Again, you need to make sure that the Qt utilities are reachable through the \code{\%PATH\%} environment variable so that you can for example launch \code{moc.exe} from the command line.