* Updated version to 0.9.17

* Stamps now supports SVG vector-based graphics!  (Via Cairo library)
* Discussed SVG Stamps in "Extending Tux Paint."
* Created an "SVG.txt" document, covering SVG software.
* Mentioned descriptive sounds (e.g., "stamp_desc_ll.ogg") in "Extending..."
* Listing new www.tuxpaint.org website URL.
This commit is contained in:
William Kendrick 2006-10-26 08:54:24 +00:00
parent f802626da4
commit b765c86e50
14 changed files with 622 additions and 120 deletions

View file

@ -2,11 +2,11 @@ INSTALL.txt for Tux Paint
Tux Paint - A simple drawing program for children.
Copyright 2005 by Bill Kendrick and others
Copyright 2006 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
http://www.tuxpaint.org/
June 27, 2002 - February 26, 2005
June 27, 2002 -October 26, 2006
$Id$
@ -76,7 +76,14 @@ Requirements:
http://www.gnu.org/software/gettext/
NetPBM Tools [OPTIONAL]
Cairo, libsvg, svg-cairo [EXPERIMENTAL] [can be disabled]
----------------------------------------
As of Tux Paint 0.9.17, SVG vector graphics are supported by the
'Stamps' tool.
http://www.cairographics.org/
NetPBM Tools [OPTIONAL] [No longer used, by default]
------------------------
Under Linux and Unix, the NetPBM tools are what are currently
used for printing. (A PNG is generated by TuxPaint, and converted
@ -183,6 +190,15 @@ Compiling and Installation:
$ make
Disabling SVG support (and hence Cairo, libSVG and svg-cairo dependencies):
---------------------------------------------------------------------------
To disable SVG support (e.g., if your system is not currently supported
by the Cairo library or other SVG-related dependencies), you can
run "make" with "nosvg" as the 'target', instead:
$ make nosvg
Disabling Sound at Compile-time:
--------------------------------
Alternatively, if you don't have a sound card, or would prefer to build