Talk:BuildingWindows

From Mumble Wiki
Revision as of 14:15, 31 March 2011 by Kissaki0 (talk | contribs) (Restructuring)
Jump to: navigation, search

compile QT - burn your CPU

Somebody know, compile QT take some Hours. The Problem, the (multi-core)CPU dosnt work on limit.

I try http://qt.gitorious.org/qt-labs/jom for build QT.

Before jom I needed 2 hours. Now Qt builds in less than 1 hour.

You need QT for build jom. You find a Binary and more Infos here: http://labs.trolltech.com/blogs/2009/03/27/speeding-up-visual-c-qt-builds/ Ozon

Hi, I have problem with enabling MMX and SSE instructions. I followed build instructions to the letter, but configure always tell MMX no, SSE no?

MMX and SSE

You're not telling Qt to use it's explicit MMX and SSE optimizations, you're telling the compiler that it's ok to use it automatically :) So if Qt says MMX: no, don't worry about it. Slicer 15:54, 21 July 2007 (PDT)

Restructuring

--Kissaki 14:15, 31 March 2011 (UTC)

Qt (Optional)

Some changes have been made to Qt, for fixing and for additional features. However, you can also compile Mumble against a “normal”, pre-compiled Qt.

Mumble-Qt

Standard Qt

  • Download the SDK
  • change into the qt/languages subfolder
  • run lrelease (from the qt/bin folder) against qt/languages/languages.pro
lrelease qt/languages/languages.pro
  • Copy the files listed in mumble-src/src/mumble/mumble_qt.qrc from qt/languages to mumble-src/src/mumble/