We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fbafe commit d8751a3Copy full SHA for d8751a3
.travis.yml
@@ -26,6 +26,7 @@ matrix:
26
- swig
27
- librtmp-dev
28
- xsltproc
29
+ - rpm-common
30
before_script:
31
- cd build
32
script:
docs/developer/developer.adoc
@@ -151,7 +151,13 @@ that you need to have these additional packages installed:
151
wget lua which procps-ng initscripts chkconfig sendmail bzip2 rpm-build
152
----
153
154
-and it is also required to have `sendmail` service running on the system:
+On Ubuntu 18.04, also install:
155
+
156
+----
157
+rpm-common
158
159
160
+It is also required to have `sendmail` service running on the system:
161
162
163
$ systemctl start sendmail.service
0 commit comments