Project

General

Profile

Build Quassel on Windows Mingw » History » Version 21

« Previous - Version 21/47 (diff) - Next » - Current version
TheOneRing, 04/23/2010 04:51 PM


Build Quassel on Windows Mingw

Build Quassel with QT only

Software Requirements

Installation

Step 1: Install QT SDK

Download and install the QT SDK and select mingw to install with QT.

Step 2: Install DBGHELP Mingw

If you are using mingw w64 skip this step

Download DBGHELP Mingw and extract it to your mingw root

Step 3: Install CMake

Checkout Quassel

  • "git clone git://gitorious.org/quassel/quassel.git"

Compile Quassel

  • open a command line
  • add mingw to your path (set PATH=%PATH%;'mingwdir')
  • add cmake to your path (analog to mingw)
  • add QT to yo your path, 'qt\version'\qt\bin
  • switch to the directory where you checked out Quassel
  • type "mkdir build"
  • type "cd build"
  • type "cmake -G "MinGW Makefiles" .."
  • type "mingw32-make"

Build Quassel with Windows KDE

  1. got to the Emerge Tutorial
  2. check out emerge and set up the kdesettings.bat acording to the kde tutorial
  3. install quassel "emerge quassel" emerge will install all dependency's for you
  4. when emerge has finished all jobs, start quassel

The steps above would also be possible with msvc2008