diff options
author | Josh Barrow <josh@eazel.com> | 2001-02-16 18:07:22 +0000 |
---|---|---|
committer | Josh Barrow <carbamide@src.gnome.org> | 2001-02-16 18:07:22 +0000 |
commit | 53222cb438b7266b52be5266f402eca4e65e8250 (patch) | |
tree | 9162d18a6740d57d32beeb45932f37a7a1b674e5 /README | |
parent | ebfc0910674f87f451a62ab04d764681b925b488 (diff) | |
download | nautilus-53222cb438b7266b52be5266f402eca4e65e8250.tar.gz |
Added some text to explain the freetype fiasco.
2001-02-16 Josh Barrow <josh@eazel.com>
* README:
Added some text to explain the freetype fiasco.
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -312,3 +312,16 @@ add FreeType2 support by installing the rpms found here: http://developer.eazel.com/eazel-hacking/updates/redhat62/freetype2 Replace "redhat62" with "redhat70" if you are using RedHat Linux 7.0. + +Originally, the Freetype 2 rpm that we used for Nautilus was called "freetype2". +Now that RedHat 7.1 is is coming around, they have included freetype 2 in their +distribution. They called the rpm "freetype-2" (Freetype Version 2). Their +freetype-2 rpm contains both Freetype version 1 and Freetype version 2. In +order to avoid naming conflicts, we have renamed our freetype2 rpm to freetype-2. +This will cause problems for people upgrading from our old rpms to our new ones. +To remove the old rpms, + +1) su + <password> +2) rpm -e --nodeps freetype2 freetype2-devel +3) Install the new Freetype-2 rpms: rpm -Uvh freetype*2.0.1*.rpm |