summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 2 insertions, 5 deletions
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.