Menu

Tree [3e4871] master /
 History

HTTPS access


File Date Author Commit
 include 2021-10-17 ntalex ntalex [9de781] wxSVGTextElement: added support of text-decorat...
 m4 2019-06-02 ntalex ntalex [52aab7] updated
 resources 2018-01-27 ntalex ntalex [0a0bc7] Imported from CVS
 scripts 2019-12-26 ntalex ntalex [2de045] renamed config.py to conf.py
 share 2018-01-27 ntalex ntalex [0a0bc7] Imported from CVS
 src 2021-11-17 ntalex ntalex [3e4871] updated
 svgview 2018-07-11 ntalex ntalex [61fdfb] fixed GetResultBBox()
 .cproject 2018-01-27 ntalex ntalex [0a0bc7] Imported from CVS
 .gitignore 2018-01-29 ntalex ntalex [f54ead] updated
 .project 2018-01-29 ntalex ntalex [f54ead] updated
 AUTHORS 2018-01-27 ntalex ntalex [0a0bc7] Imported from CVS
 COPYING 2018-01-27 ntalex ntalex [0a0bc7] Imported from CVS
 ChangeLog 2021-11-02 ntalex ntalex [201cee] updated
 INSTALL 2018-01-27 ntalex ntalex [0a0bc7] Imported from CVS
 Makefile.am 2018-01-27 ntalex ntalex [0a0bc7] Imported from CVS
 README 2018-01-29 ntalex ntalex [f54ead] updated
 TODO 2018-01-27 ntalex ntalex [0a0bc7] Imported from CVS
 autogen.sh 2018-01-27 ntalex ntalex [0a0bc7] Imported from CVS
 configure.ac 2021-11-02 ntalex ntalex [0ebf69] updated
 depcomp 2019-06-02 ntalex ntalex [52aab7] updated
 install-sh 2018-01-27 ntalex ntalex [0a0bc7] Imported from CVS
 libwxsvg.pc.in 2019-08-01 Jordan Irwin Jordan Irwin [66ccef] pkg-config: Add 'pango' & 'libexif" to 'Require...
 missing 2019-06-02 ntalex ntalex [52aab7] updated
 mkinstalldirs 2018-01-27 ntalex ntalex [0a0bc7] Imported from CVS

Read Me

                  -------
                   wxSVG
                  -------
About
-------
wxSVG is C++ library to create, manipulate and render Scalable Vector Graphics (SVG) files with the wxWidgets toolkit. 

License
-------
wxSVG is free software. You may use it for any personal, commercial or educational purpose, including installing it on
as many different computers as you wish. wxSVG is licensed under the wxWindows Library Licence, Version 3.

Installation
------------
Compilation dependencies of wxSVG:
    wxGTK >= 2.6.3 (http://www.wxwidgets.org)
    ffmpeg >= 1.0 (https://www.ffmpeg.org/)
    libtool >= 1.5.26 (http://www.gnu.org/software/libtool/)

To build wxSVG type
	./configure && make
	
To install wxSVG type
	make install


See http://wxsvg.sourceforge.net/ for more information