Difference between revisions of "Cairo/pango"

From PLplotWiki
Jump to: navigation, search
(Created page with '== Description == Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System, Quartz, Win32, image bu…')
 
(Instructions for Mac OS X)
Line 11: Line 11:
 
== Instructions for Mac OS X  ==
 
== Instructions for Mac OS X  ==
 
* Download the [http://r.research.att.com/libs/GTK_2.18.5-X11.pkg GTK_2.18.5-X11.pkg] package from [http://r.research.att.com/] and install it
 
* Download the [http://r.research.att.com/libs/GTK_2.18.5-X11.pkg GTK_2.18.5-X11.pkg] package from [http://r.research.att.com/] and install it
* Add to your .profile file in the home directory
+
* Add to your .profile file in the home directory:
 
  export PATH=/Library/Frameworks/GTK+.framework/Resources/bin:$PATH
 
  export PATH=/Library/Frameworks/GTK+.framework/Resources/bin:$PATH

Revision as of 03:49, 19 February 2010

Description

Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System, Quartz, Win32, image buffers, PostScript, PDF, and SVG file output. Experimental backends include OpenGL (through glitz), XCB, BeOS, OS/2, and DirectFB.

Instructions for Windows

MinGW

N/A

Instructions for Linux

N/A

Instructions for Mac OS X

  • Download the GTK_2.18.5-X11.pkg package from [1] and install it
  • Add to your .profile file in the home directory:
export PATH=/Library/Frameworks/GTK+.framework/Resources/bin:$PATH