summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-04-03 15:32:10 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2014-04-03 15:32:10 -0400
commitee3d35336bb21a6aba50674f6623b74537c8c775 (patch)
tree2e52b21dde11ef44a95845a66ccdadcbaf3eb9c2 /README.rst
parentc15109ff672592a6f756c0900280f913ef73ff3b (diff)
downloadhtml5ks-ee3d35336bb21a6aba50674f6623b74537c8c775.tar.xz
html5ks-ee3d35336bb21a6aba50674f6623b74537c8c775.zip
stuff
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index f149277..bfd538b 100644
--- a/README.rst
+++ b/README.rst
@@ -55,11 +55,9 @@ Build steps
Disabling unused conversions
----------------------------
-To reduce programs and build time required, some conversions can be disabled.
-Passing --minimal to configure will disable the safe ones.
+To reduce programs and build time required, some conversions can be disabled by passing ``CONVERSION=`` on the command line, e.g. ``ZOPFLIPNG= ./configure``.
-Alternatively, specific conversions can be disabled by passing --disable-conversion on the command line.
-See ``./configure --help`` for more information.
+Alternatively, just don't install those programs. Conversions that are safe to disable are labeled as such in ``configure``. If a required conversion is disabled, configure will print a big error.
Reducing disk usage
===================