summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-src/docs/README.CMAKE
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/gd/libgd-src/docs/README.CMAKE')
-rw-r--r--Build/source/libs/gd/libgd-src/docs/README.CMAKE4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/libs/gd/libgd-src/docs/README.CMAKE b/Build/source/libs/gd/libgd-src/docs/README.CMAKE
index 213a181d5d2..2be204560df 100644
--- a/Build/source/libs/gd/libgd-src/docs/README.CMAKE
+++ b/Build/source/libs/gd/libgd-src/docs/README.CMAKE
@@ -10,13 +10,17 @@ $ cmake -DBUILD_TEST=1 <options> ..
$ make
The available options are:
+ENABLE_GD_FORMATS=1
ENABLE_PNG=1
+ENABLE_LIQ=1
ENABLE_JPEG=1
ENABLE_TIFF=1
+ENABLE_ICONV=1
ENABLE_FREETYPE=1
ENABLE_FONTCONFIG=1
ENABLE_XPM=1
ENABLE_WEBP=1
+ENABLE_RAQM=1
You can optionally run our tests suite using:
$ ctest .