Difference between revisions of "Guides & Tutorials"

From WxWiki
Jump to navigation Jump to search
Line 21: Line 21:
 
* [http://svn.wxwidgets.org/viewvc/wx/wxWidgets/trunk/docs/msw/install.txt?view=markup the official readme] from the wx source tree
 
* [http://svn.wxwidgets.org/viewvc/wx/wxWidgets/trunk/docs/msw/install.txt?view=markup the official readme] from the wx source tree
 
* [[Compiling wxWidgets with MinGW]]
 
* [[Compiling wxWidgets with MinGW]]
* [[IDE setup - Borland|Borland C++ Builder (also BuilderX and Turbo C++)]]
 
 
* [[Installing_WxWin_Digital_Mars_C|Digital Mars C]]
 
* [[Installing_WxWin_Digital_Mars_C|Digital Mars C]]
 
* [[Eclipse%2C_CDT_%26_MingW_%26_MSYS_Setup_Guide|Eclipse CDT]]
 
* [[Eclipse%2C_CDT_%26_MingW_%26_MSYS_Setup_Guide|Eclipse CDT]]
Line 38: Line 37:
 
* [[Compiling using MS VC++]] (wxWidgets 2.4-2.6, VisualC++ 6)
 
* [[Compiling using MS VC++]] (wxWidgets 2.4-2.6, VisualC++ 6)
 
* [http://www.wxwidgets.org/docs/technote/vc_ide.htm Compiling Applications in Visual C++] (wxWidgets 2.3+, VC++ 5/6)
 
* [http://www.wxwidgets.org/docs/technote/vc_ide.htm Compiling Applications in Visual C++] (wxWidgets 2.3+, VC++ 5/6)
 +
* [[IDE setup - Borland|Borland C++ Builder (also BuilderX and Turbo C++)]]
  
 
| <div style="width: 10px;"></div>
 
| <div style="width: 10px;"></div>

Revision as of 06:29, 1 April 2010

Getting Started

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

Outdated/legacy :

Mac OS

Installing wxMac :

Using wxMac :

Linux

Installing wxWidgets :

Using wx from your favorite IDE :

A binary package for all distributions :

Cross-compilation :

Other

Emacs

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

wxWidget Design Patterns

Miscellaneous Guides

wxWiki Guides

DCs (Drawing, rendering, printing)

Text, languages, strings

Libraries

Resources and images

Executables, binaries, installers and distribution

Internet and networking

Documentation

Events, threads, flow

Uncategorized

External Guides

Tutorials