Difference between revisions of "Talk:BuildingWindows"

From Mumble Wiki
Jump to: navigation, search
(Restructuring)
(Restructuring)
 
(3 intermediate revisions by the same user not shown)
Line 21: Line 21:
 
--[[User:Kissaki0|Kissaki]] 14:15, 31 March 2011 (UTC)
 
--[[User:Kissaki0|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.
+
=== Dependencies ===
  
==== Mumble-Qt ====
+
* Mumble
 
+
** Microsoft Windows SDK
==== Standard Qt ====
+
** Microsoft DirectX SDK
* Download the SDK
+
** Protobuf
* change into the ''qt/languages'' subfolder
+
** Libsndfile
* run ''lrelease'' (from the ''qt/bin'' folder) against ''qt/languages/languages.pro''
+
** Boost
lrelease qt/languages/languages.pro
+
** VLD (optional, debug version only)
* Copy the files listed in ''mumble-src/src/mumble/mumble_qt.qrc'' from ''qt/languages'' to ''mumble-src/src/mumble/''
+
** Ice (Server)
 +
** Qt
 +
*** OpenSSL
 +
**** ZLib
 +
** Bonjour (Optional)
 +
** G15SDK (Optional)
 +
** MySQL (Optional)
 +
** ASIO (Optional)

Latest revision as of 12:12, 5 April 2011

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)


Dependencies

  • Mumble
    • Microsoft Windows SDK
    • Microsoft DirectX SDK
    • Protobuf
    • Libsndfile
    • Boost
    • VLD (optional, debug version only)
    • Ice (Server)
    • Qt
      • OpenSSL
        • ZLib
    • Bonjour (Optional)
    • G15SDK (Optional)
    • MySQL (Optional)
    • ASIO (Optional)