summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorwilson chen <willson.chenwx@gmail.com>2020-03-13 23:38:23 +0800
committerGitHub <noreply@github.com>2020-03-13 23:38:23 +0800
commitde68959bb22d4e08b05ce4c1777c7a62694bc425 (patch)
tree42207424f2e270534965258c5563faa88b24c6f3 /docs
parentaa21ec9a61d98ab3f0a1338131e142f7efbf8694 (diff)
downloadlibgd-de68959bb22d4e08b05ce4c1777c7a62694bc425.tar.gz
docs/README.CMAKE: add some options
Diffstat (limited to 'docs')
-rw-r--r--docs/README.CMAKE4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/README.CMAKE b/docs/README.CMAKE
index 213a181..2be2045 100644
--- a/docs/README.CMAKE
+++ b/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 .