File: README

package info (click to toggle)
wxsvg 2%3A1.5.22%2Bdfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,148 kB
  • sloc: cpp: 23,925; sh: 2,917; ansic: 872; makefile: 70; python: 31
file content (27 lines) | stat: -rw-r--r-- 803 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
                  -------
                   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