From e671882a3b64a83dce98d84cdd58e2f48ed83fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 14 Jul 2009 00:28:51 +0300 Subject: Ensure only one image library is used. --- README | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 7562090..ac9b9ec 100644 --- a/README +++ b/README @@ -26,8 +26,8 @@ Prerequisites: For loading images in format other than simple XPM, you will need an image library. You can choose between three supported libraries, ImageMagick, GraphicsMagick or Imlib2, of which the first one is the default. You can -specify which library to use (if any) in the first few lines of the Makefile. -Here is an overview of the advantages and drawbacks of each solution: +specify which library to use (if any) using the IMAGELIB variable in Makefile. +Here is an overview of the advantages and drawbacks of each alternative: No library - you can only load XPM files @@ -40,9 +40,6 @@ Imlib2 + you can load many different image types - CRASHES WHEN USED TOGETHER WITH THE GRAPHTFT-PLUGIN! -Using more than one of the above at the same time doesn't make sense, just -choose one or none. - HINT: Although the manuals of ImageMagick and GraphicsMagick claim that the used library Magick++ is part of the source distribution, some binary distributions may have to install Magick++ separately. -- cgit v1.2.3