Difference between revisions of "Install"

From WxWiki
Jump to navigation Jump to search
m (Text replacement - "http://www.wxwidgets.org" to "https://www.wxwidgets.org")
(→‎Windows: Changed the link to the official readme to point to its current location on GitHub.)
Line 19: Line 19:
 
* Pre-built binaries from [http://wxpack.sourceforge.net/ wxPack]
 
* Pre-built binaries from [http://wxpack.sourceforge.net/ wxPack]
 
* [[Using wxWidgets Pre-Built Binary in CodeBlocks]]
 
* [[Using wxWidgets Pre-Built Binary in CodeBlocks]]
* [http://svn.wxwidgets.org/viewvc/wx/wxWidgets/trunk/docs/msw/install.txt?view=markup the official readme] from the wx source tree
+
* [https://github.com/wxWidgets/wxWidgets/blob/master/docs/msw/install.md the official readme] from the wx source tree
 
* [[Compiling wxWidgets with MinGW]]
 
* [[Compiling wxWidgets with MinGW]]
 
* [[Microsoft_Visual_C++_NuGet|Microsoft Visual C++ with NuGet Package]]
 
* [[Microsoft_Visual_C++_NuGet|Microsoft Visual C++ with NuGet Package]]

Revision as of 11:13, 19 November 2018

Main article: Getting Started with wxWidgets

People who are completely new to wxWidgets would normally follow the steps illustrated below. See the main article for more details.

WxGettingStartedRoadmap.png

Installing wxWidgets and Setting up Your IDE

For an overview of IDEs that have been reported to work with wxWidgets, see the list of IDEs.

Your main guide for compiling wxWidgets should be the installation instructions : Look in <code-base-dir>/docs/.

This section needs a lot of cleanup and reorganization. If there's anyone that can merge same IDE/Compiler version guides (there's duplicates of a few) if you work on that platform/version, any help would be appreciated.

Windows

Install wxWidgets :

Going further :

Outdated/legacy/incomplete :

Mac OS

Installing wxMac :

Using wxMac :

Linux

Installing wxWidgets :

Using wx from your favorite IDE :

A binary package for all distributions :

Cross-compilation :

Other :

Other

Emacs

The following guides involve multiple platforms or compilers, they need to be split up and merged into one of the above guides.