mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 19:40:12 +01:00
README updates for cairo-msw
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
This folder contains Cairo header files and DLLs for Windows, which enable
|
This folder contains Cairo header files and DLLs for Windows, which enable
|
||||||
building Cairo support in wxWidgets on Windows, (in wx.GraphicsContext) as
|
building Cairo support in wxWidgets on Windows, (in wx.GraphicsContext) as
|
||||||
well as using Cairo from Python, integrated with wxPython using the
|
well as using Cairo directly from Python, integrated with wxPython using the
|
||||||
wx.lib.wxcairo package. The DLLs will be included by default in the builds for
|
wx.lib.wxcairo package. These DLLs will be included by default in the binary
|
||||||
Windows.
|
builds for Windows.
|
||||||
|
|
||||||
These files were originally extracted from the installers available from the
|
These files were originally extracted from the installers available from the
|
||||||
following locations:
|
following locations:
|
||||||
@@ -10,3 +10,9 @@ following locations:
|
|||||||
http://gtk-win.sourceforge.net/home/index.php/Main/Downloads
|
http://gtk-win.sourceforge.net/home/index.php/Main/Downloads
|
||||||
https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer
|
https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer
|
||||||
|
|
||||||
|
Note that the projects represented by these DLLs are released under the LGPL
|
||||||
|
or similar licenses. The DLLs are able to be included with wxPython because
|
||||||
|
they are not statically linked, and because end users are able to replace them
|
||||||
|
with newer or rebuilt versions if desired so long as they use compatible a
|
||||||
|
API/ABI, (for example a replacement libcairo would need to be compatible with
|
||||||
|
Cairo 1.10.2). Source code is available at their respective project pages.
|
||||||
|
|||||||
Reference in New Issue
Block a user