MIRA
|
Previous: Requirements for Linux Distributions | Next: Installation |
---|
C:\Program Files\Subversion\
After the installation, check whether PATH
environment variable contains the SVN binary path:
PATH=...;C:\Program Files\Subversion\bin\
Finally, copy the development files (the content of Subversion-win32-1.7.x_dev.zip
to the installation directory C:\Program Files\Subversion\
.
C:\Program Files\CMake 2.8
After the installation, make sure to set the PATH
environment variable:
PATH=...;C:\Program Files\CMake 2.8\bin
:C\Program Files\doxygen
After the installation, make sure to set the PATH
environment variable:
PATH=...;C:\Program Files\doxygen\bin
C:\Program Files\Graphviz2.26.3\
After the installation, make sure to set the PATH
environment variable (please note (if Qt is already installed on your system) that the GraphViz path have to be inserted after the qt path) :
PATH=...;C:\Program Files\Graphviz2.26.3\bin
Also install the following font on your system: C:\Program Files\Graphviz2.26.3\share\fonts\FreeSans.ttf
The following section explains, how to setup Microsoft Visual C++ Express. Of course, you also can use the Professional Edition.
The following instructions explain how to setup Microsoft Visual C++ Express and Microsoft Windows SDK 7.1:
To use the compiler together with the Windows SDK 7.1, start the Window SDK 7.1 Command Prompt from the Windows Start Menu. Otherwise, you have to set the environment variables PATH
, LIB
and INCLUDE
manually.
The compiler can be downloaded from the Microsoft web page: http://www.microsoft.com/express/Downloads/
The following instructions assume that the compiler is installed in the default location:
C:\Program Files\Microsoft Visual Studio 10.0\
After the installation, make sure to set the following environment variables:
PATH=C:\Program Files\Microsoft Visual Studio 10.0\VC\bin; C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE; C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin
LIB=C:\Program Files\Microsoft Visual Studio 10.0\VC\lib; C:\Program Files\Microsoft SDKs\Windows\v7.0A\lib
INCLUDE=C:\Program Files\Microsoft Visual Studio 10.0\VC\include; C:\Program Files\Microsoft SDKs\Windows\v7.0A\include
C:\opt\Boost-1.54.0
After the installation, make sure to set the following environment variables:
PATH=...;c:\opt\Boost-1.54.0\lib64-msvc-10.0 BOOST_ROOT=c:\opt\Boost-1.54.0
We provide a precompiled binary release for Visual Studio 2010 of Qt for Open Source C++ development on Windows:
C:\opt\Qt\4.8.6
After the installation, make sure to set the following environment variables:
QTDIR=C:\opt\Qt\4.8.6 PATH=...;C:\opt\Qt\4.8.6\bin
We provide a precompiled binary release for Visual Studio 2010 of Qwt, which is linked again the recommended Qt version above.
C:\opt\Qwt-6.1.3
After the installation, make sure to set the following environment variables:
QWT_HOME=C:\opt\Qwt-6.1.3
Since OpenCV >= 2.4.x precompiled versions of OpenCV libraries are available.
C:\opt\OpenCV-2.4.11
After the installation, make sure to set the following environment variable:
OPENCV_HOME=C:\opt\OpenCV-2.4.11\opencv\build PATH=...;C:\opt\OpenCV-2.4.11\opencv\build\x86\vc10\bin (for 32 bit) PATH=...;C:\opt\OpenCV-2.4.11\opencv\build\x64\vc10\bin (for 64 bit)
We provide a precompiled binary release for Visual Studio 2010 of Orge SDK 1.9.0:
C:\opt\OgreSDK-1.9.0
After the installation, make sure to set the OGRE_HOME
environment variable:
OGRE_HOME=C:\opt\OgreSDK-1.9.0
Since Qt 4.8.x a precompiled binary for Visual Studio 2010 is available (Qt for Open Source C++ development on Windows (VS2010)).
C:\opt\Qt\4.8.6
(or similar)After the installation, make sure to set the following environment variables (please note that the Qt path have to be inserted in front of the GraphViz path) :
QTDIR=C:\opt\Qt\4.8.6 PATH=...;C:\opt\Qt\4.8.6\bin
C:\opt\Qt\4.7.1
After the installation, make sure to set the following environment variables:
QTDIR=C:\opt\Qt\4.7.1 PATH=...;C:\opt\Qt\4.7.1\lib
NOTE: Due to a compilation/linking issue (the *.lib
files of Qt contain the full path), at the moment it is necessary, that Qt is installed in C:\opt\Qt\4.7.1
. Otherwise linking will fail.
Since Ogre >= 1.8 a precompiled binary for Visual Studio 2010 is available. Please download and install it from here: http://www.ogre3d.org/download/sdk. For the older version 1.7.2 please use this archive: http://www.mira-project.org/downloads/3rdparty/bin-win32/OgreSDK-1.7.2-win32-msvc2010.zip
C:\opt\OgreSDK-1.8.1
After the installation, make sure to set the OGRE_HOME
environment variable:
OGRE_HOME=C:\opt\OgreSDK-1.8.1
Next: Installation |
---|