typo in compilation documentation

metadata
Wenzel Jakob 2010-09-08 23:37:24 +02:00
parent a8b1d882ef
commit 6fb1691861
1 changed files with 1 additions and 1 deletions

View File

@ -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.