summaryrefslogtreecommitdiffstats
path: root/development/pudb/README
diff options
context:
space:
mode:
author David Woodfall2018-08-09 22:53:07 +0200
committer Willy Sudiarto Raharjo2018-08-11 02:23:09 +0200
commitad3a81a2e1cce6ca9611d7ef2a16e301c27f0a14 (patch)
tree1a06fff6b0c84d06374ea3a99463fb3c2f99fc20 /development/pudb/README
parent22db108cd5ae8449ef0e65e657820addfac0d110 (diff)
downloadslackbuilds-ad3a81a2e1cce6ca9611d7ef2a16e301c27f0a14.tar.gz
development/pudb: Changed options.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/pudb/README')
-rw-r--r--development/pudb/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/development/pudb/README b/development/pudb/README
index 253788f594..76e9ca02bd 100644
--- a/development/pudb/README
+++ b/development/pudb/README
@@ -17,11 +17,11 @@ OPTIONS
To *ONLY* build the python2 version, use:
-NO_PYTHON3=1 ./pudb.SlackBuild
+NO_PYTHON3=yes ./pudb.SlackBuild
To *ONLY* build the python3 version, use:
-NO_PYTHON2=1 ./pudb.SlackBuild
+NO_PYTHON2=yes ./pudb.SlackBuild
The python2 version requires a newer version of urwid than the stock Slackware
one, therefore this also builds a custom urwid named py2_urwid, which it can
@@ -29,8 +29,8 @@ use. This should not conflict with the stock Slackware version.
OPTIONAL DEPENDENCIES
-python3-urwid for the python3 version. Note that it will still build without
-this, so it can be installed later if needed.
+python3-urwid is a runtime for the python3 version. Note that it will still
+build without this, so it can be installed later if needed.
###############################################################################