|
|
|
@ -69,17 +69,6 @@ files in /mingw/include and library link files in /mingw/lib. You can install |
|
|
|
path by setting --prefix=/mingw to configure above to change where "make install" |
|
|
|
puts everything. We will refer to the --prefix setting as <wxInstallDir> below. |
|
|
|
|
|
|
|
If you are planning to enable the USE_WX_GRAPHICS_CONTEXT option (see options |
|
|
|
section below) on Windows using MinGW/MSYS you must build wxWidgets with the |
|
|
|
--enable-graphics_ctx switch added to the build configurations above. |
|
|
|
Unfortunately it is not quite that simple because MinGW does not define the |
|
|
|
Gdi+ header and link library files. First you must download the required Gdi+ |
|
|
|
development files from |
|
|
|
|
|
|
|
<http://www.miscdebris.net/blog/2009/09/17/adding-gdi-headers-to-mingw-to-compile-wxwidgets-with-wxgraphicscontext-support/> |
|
|
|
|
|
|
|
and unzip them where MinGW is installed. |
|
|
|
|
|
|
|
Verify that wx-config is in your path. Modify your PATH environment variable |
|
|
|
if need be so you can run wx-config from a command prompt. You may have to |
|
|
|
restart your msys shell, depending on how you modify your PATH. |
|
|
|
@ -210,13 +199,10 @@ These should be set from command line: |
|
|
|
|
|
|
|
KICAD_MINIZIP ON/OFF |
|
|
|
|
|
|
|
USE_WX_ZOOM ON/OFF (OPTIONAL) |
|
|
|
Experimental coordinate translation code using wxDC instead of custom |
|
|
|
Kicad version. |
|
|
|
|
|
|
|
USE_WX_GRAPHICS_CONTEXT ON/OFF (OPTIONAL) |
|
|
|
Experimental advanced drawing library code using wxGraphicsContext. It |
|
|
|
requires wxWidgets to be built with the --enable-graphics_ctx switch. |
|
|
|
*Experimental* advanced drawing library code using wxGraphicsContext (for tests only). |
|
|
|
Under Windows, a very recent version of mingw is needed. |
|
|
|
It requires wxWidgets to be built with the --enable-graphics_ctx switch. |
|
|
|
See building wxWidgets above. |
|
|
|
|
|
|
|
Note: that it is easy to build only a specific binary such as pcbnew alone: |
|
|
|
|