diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-01-07 16:46:22 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-01-07 16:46:22 (GMT) |
commit | 1cc11c66b38e34df8609526e210cf68efee406e2 (patch) | |
tree | e7b839c7a2d5ac4cad638cf18b3dcc48bf790d28 /bin | |
parent | 0fb914855c31d064070bc76278a95e67f60b8b67 (diff) | |
download | SCons-1cc11c66b38e34df8609526e210cf68efee406e2.zip SCons-1cc11c66b38e34df8609526e210cf68efee406e2.tar.gz SCons-1cc11c66b38e34df8609526e210cf68efee406e2.tar.bz2 |
Updates for Ubuntu 18.04 LTS build machine
Diffstat (limited to 'bin')
-rw-r--r-- | bin/scons_dev_master.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/scons_dev_master.py b/bin/scons_dev_master.py index 4fa5899..4b1160f 100644 --- a/bin/scons_dev_master.py +++ b/bin/scons_dev_master.py @@ -42,6 +42,7 @@ BUILDING_PACKAGES = [ 'python-epydoc', 'rpm', 'tar', + 'lynx' # additional packages that Bill Deegan's web page suggests #'docbook-to-man', @@ -70,11 +71,12 @@ TESTING_PACKAGES = [ 'bison', 'cssc', 'cvs', - 'hg', 'flex', 'g++', 'gcc', - 'gcj', + # not on ubuntu 18.04 + # 'gcj', + # 'hg', 'ghostscript', 'm4', 'openssh-client', |