Archive:Getting Started/Build/Windows: Difference between revisions

From KDE TechBase
No edit summary
m (Reverted edits by KennethMartinez (talk) to last revision by AnneW)
 
(31 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{KDE4}}{{improve}}[[Image:Konqi-win.png|frame|right|Konqi, the KDE mascot now also supporting MS Windows]]
__NOINDEX__
<br>[[Image:Konqi-win.png|frame|center]]  


You can build base KDE 4 libraries and development tools on Windows using:
<center>Konqi, the KDE mascot now also supporting MS Windows</center>
*[[Getting Started/Build/KDE4/Windows/emerge|windows emerge tool]] with both compilers (gcc and msvc 2k*).
The following sites are deprecated at the moment and should not be used until you know very good what you're doing:
*[[Getting Started/Build/KDE4/Windows/GCC And MinGW|MinGW gcc]] and
*[[Getting Started/Build/KDE4/Windows/MS Visual Studio|MS Visual Studio]].


If you have a problem or questions, feel free to visit us on #kde-windows on irc.freenode.org
----


==See Also==
== Introduction ==
*'''[[Projects/KDE_on_Windows|Projects: KDE on Windows]]'''
 
*[[Development/Tutorials/Debugging/Debugging_on_MS_Windows|Debugging on MS Windows]]
Welcome to KDE on Windows!  Here you will find out how to install KDE on your Windows system.  Depending on your usage, there are several ways to install KDE.  If you just want to use KDE on Windows, you will want to use the installer package.  If you are a developer, or just want to follow the development of KDE more closely, you will want to use the emerge tool.
*[http://doc.trolltech.com/4.3/deployment-windows.html Deploying an Application on Qt/Windows] (trolltech.com)
 
[[Category:MS Windows]]
== Install KDE  ==
 
You can install KDE 4 on Windows using the following, depending on your use case:
 
=== Users  ===
 
[[Projects/KDE on Windows/Installation#KDE_Installer_for_Windows|Installer for Windows]] is a graphical installer to help users easily and quickly install KDE
<nowiki>Insert non-formatted text here</nowiki>
 
=== Developers  ===
 
*[[Getting Started/Build/Windows/Common problems|Common problems]] when compiling KDE on Windows, and how to fix them (especially for MSVC builds)
 
==== Preferred Installation Methods ====
 
*[[Getting Started/Build/Windows/emerge|Windows ''emerge'' tool]] with both compilers (mingw/gcc and msvc).
*[[Getting Started/Build/Windows/DistributionBasedBuild|Build using precompiled packages ]] with both compilers (mingw/gcc and msvc).
*[[Getting Started/Build/Windows/Cross-Compiling|Cross-compile from linux with mingw]] (still unstable)
 
==== ''Deprecated'' Installation Methods ====
 
The following sites are ''deprecated'' at the moment and '''should not be used unless you know, very well, what you're doing''':
 
*[[Getting Started/Build/Windows/GCC And MinGW|MinGW gcc]] and
*[[Getting Started/Build/Windows/MS Visual Studio|MS Visual Studio]].
 
== Troubleshooting ==
 
If you have a problem or questions, feel free to visit us on #kde-windows on irc.freenode.org
 
== See Also  ==
 
*[[Projects/KDE on Windows|Projects: KDE on Windows]]
 
[[Category:MS_Windows]]

Latest revision as of 15:53, 31 July 2012


Konqi, the KDE mascot now also supporting MS Windows

Introduction

Welcome to KDE on Windows! Here you will find out how to install KDE on your Windows system. Depending on your usage, there are several ways to install KDE. If you just want to use KDE on Windows, you will want to use the installer package. If you are a developer, or just want to follow the development of KDE more closely, you will want to use the emerge tool.

Install KDE

You can install KDE 4 on Windows using the following, depending on your use case:

Users

Installer for Windows is a graphical installer to help users easily and quickly install KDE Insert non-formatted text here

Developers

  • Common problems when compiling KDE on Windows, and how to fix them (especially for MSVC builds)

Preferred Installation Methods

Deprecated Installation Methods

The following sites are deprecated at the moment and should not be used unless you know, very well, what you're doing:

Troubleshooting

If you have a problem or questions, feel free to visit us on #kde-windows on irc.freenode.org

See Also