(First shot for this howto) |
(some introduction) |
||
| Line 1: | Line 1: | ||
[!Work in progress!] | [!Work in progress!] | ||
| + | |||
| + | This page present for only how to build Marble on windows. There will be an other howto about using libmarblewidget in a application build for windows. | ||
| + | |||
#Marble project uses CMake to manage the building process depending of your needs : operating system, building options.. So, first of all, you need to download the latest [http://www.cmake.org/cmake/resources/software.html CMake binary for windows]. Install it and don't forget during the installation to check "define cmake path in environment variables" or something like that. | #Marble project uses CMake to manage the building process depending of your needs : operating system, building options.. So, first of all, you need to download the latest [http://www.cmake.org/cmake/resources/software.html CMake binary for windows]. Install it and don't forget during the installation to check "define cmake path in environment variables" or something like that. | ||
#Marble is a Qt dependent application ("No way!?" "Way!!" :) ) so you also need Qt. Download the latest [http://qt.nokia.com/downloads Qt sdk] for windows and install it.<br> | #Marble is a Qt dependent application ("No way!?" "Way!!" :) ) so you also need Qt. Download the latest [http://qt.nokia.com/downloads Qt sdk] for windows and install it.<br> | ||
[!Work in progress!]
This page present for only how to build Marble on windows. There will be an other howto about using libmarblewidget in a application build for windows.
svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeedu/marble
cd build
cmake -G "MinGW Makefiles" -DQTONLY=ON ..
mingw32-make
mingw32-make install
Test it... Yeah!
Work in progress : there is actually an issue with the openstreetmap map. It stays blue.
Tested with CMake 2.8.1, Qt sdk 2010.02.1 ( Qt 4.6.2 ; Qt Creator 1.3.1 ; MinGW 3.15 ; GCC4.4.0 ) and rev xxx of marble