Actions
Bug #15932
closedworkbench package needs dependency on 'make' and 'zlib1g-dev'
Story points:
-
Release:
Release relationship:
Auto
Description
To build the redcloth gem. This is the same issue as #15905, but for workbench.
Specifically
On a Debian-based system, install the following packages:
~$ sudo apt-get install bison build-essential graphviz git python-arvados-python-client arvados-workbench
On a Red Hat-based system, install the following packages:
~$ sudo yum install bison make automake gcc gcc-c++ graphviz git python-arvados-python-client arvados-workbench
Actions