|
[Plplot-cvs] plplot INSTALL,1.27,1.28 README.release,1.34,1.35
From: Andrew Ross <andrewross@us...> - 2006-04-25 08:24
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7004 Modified Files: INSTALL README.release Log Message: Add details to INSTALL about setting PKG_CONFIG_PATH where necessary. Ensure psttfc appears as a separate device in the list printed at the end of configure. Index: README.release =================================================================== RCS file: /cvsroot/plplot/plplot/README.release,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- README.release 24 Apr 2006 19:56:57 -0000 1.34 +++ README.release 25 Apr 2006 08:24:11 -0000 1.35 @@ -114,7 +114,7 @@ easy to build and install. This driver is disabled by default. To try it you will need to add -the --enable-psttf option when running configure. +the --enable-psttf --enable-psttfc options when running configure. 2.2.2 wingcc Index: INSTALL =================================================================== RCS file: /cvsroot/plplot/plplot/INSTALL,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- INSTALL 24 Apr 2006 17:34:23 -0000 1.27 +++ INSTALL 25 Apr 2006 08:24:11 -0000 1.28 @@ -66,6 +66,29 @@ VGALIBDIR ------------------------------------------------------------------------------ +Additional note for the psttf driver. + +This version of the postscript driver supports TrueType fonts, allowing +access to a far greater range of fonts and characters than is possible +using purely postscript fonts. + +The driver requires the LASi, pango and pangoft2 libraries to work. +The pango and pangoft2 libraries are widely distributed with most +Linux distributions at least. The LASi library is not part of most +distributions at this time. The source code can be downloaded from +http://eyegene.ophthy.med.umich.edu/lasi/. The library is small and +easy to build and install. + +This driver is disabled by default. To try it you will need to add +the --enable-psttf --enable-psttfc options when running configure. + +If you have installed libLASi in a non-standard location you will need +to set the PKG_CONFIG_PATH variable to point to the location of the +libLASi pkg-config information. E.g. (for bash) +export PKG_CONFIG_PATH=/home/software/libLASi/install/lib/pkgconfig + + +------------------------------------------------------------------------------ To compile your own programs, there are two ways possible: |
| Thread | Author | Date |
|---|---|---|
| [Plplot-cvs] plplot INSTALL,1.27,1.28 README.release,1.34,1.35 | Andrew Ross <andrewross@us...> |