Menu

Tree [347342] master /
 History

HTTPS access


File Date Author Commit
 include 2022-08-31 ntalex ntalex [66a29a] applied ffmpeg5 patch
 m4 2022-09-06 alex alex [821db2] 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 2023-08-05 alex alex [7b17fe] applied gcc 13 patch
 svgview 2018-07-11 ntalex ntalex [61fdfb] fixed GetResultBBox()
 .cproject 2023-08-05 alex alex [adef9d] fixed
 .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 2022-08-31 ntalex ntalex [66a29a] applied ffmpeg5 patch
 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 2023-04-04 ntalex ntalex [c987f9] fixed glibtoolize
 configure.ac 2022-09-06 alex alex [05a675] updated
 depcomp 2022-09-06 alex alex [821db2] 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 2022-09-06 alex alex [821db2] 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