From 3e23c39d6b37e7184a06026841429342eb42db57 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 25 Jul 2019 12:08:19 +0200 Subject: [PATCH] build: add autoconf python3 to Ubuntu dependencies Closes: https://github.com/giuseppe/crun/issues/55 Signed-off-by: Giuseppe Scrivano --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ec48099c..78c4b1a3a 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ On Ubuntu: ```shell apt-get install -y make git gcc build-essential pkgconf libtool \ libsystemd-dev libcap-dev libseccomp-dev libyajl-dev libselinux1-dev \ - go-md2man libtool + go-md2man libtool autoconf python3 ``` Unless you are also building the Python bindings, Python is needed