[cairo] Re: SVG Spacewar

Carl Worth cworth at cworth.org
Fri Apr 1 06:38:41 PST 2005


On Fri, 01 Apr 2005 21:10:27 +0800, Steve Chaplin wrote:
> $ export GTKCAIRO_BACKEND = gl
> bash: export: `=': not a valid identifier

The export command refuses to allow whitespace around the `='
character. So you'll want to use this instead:

	export GTKCAIRO_BACKEND=gl

I've committed this change to the README file.

-Carl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/cairo/attachments/20050401/3f437f05/attachment.pgp


More information about the cairo mailing list