summaryrefslogtreecommitdiffstats
path: root/libraries/tclap/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-04-18 13:16:39 -0400
committer B. Watson <yalhcru@gmail.com>2022-04-18 13:16:39 -0400
commitec2dbc5a3295603e07f42adeb683c9d8a58fdad6 (patch)
tree149be309591083cb80ee14947757f2eacf7a3eef /libraries/tclap/README
parent49f2d0f9fe7169c71ac542783d0802741fe6dad9 (diff)
downloadslackbuilds-ec2dbc5a3295603e07f42adeb683c9d8a58fdad6.tar.gz
slackbuilds-ec2dbc5a3295603e07f42adeb683c9d8a58fdad6.tar.xz
libraries/tclap: Make API docs optional.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/tclap/README')
-rw-r--r--libraries/tclap/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/tclap/README b/libraries/tclap/README
index 18bfebd9d6..80108d7a99 100644
--- a/libraries/tclap/README
+++ b/libraries/tclap/README
@@ -1,3 +1,8 @@
TCLAP is a small templatized library that provides a simple interface
for defining and accessing command line arguments. It was intially
inspired by the user friendly CLAP libary.
+
+By default, the API documentation is not built, as it's rather
+resource-intensive, and not required unless you're a developer. If
+you need the API docs, install graphviz, then run this build with
+APIDOC=yes in the environment.