From ad7c98b7a63dbf20f50d51c1f295a984f7a4ac6c Mon Sep 17 00:00:00 2001 From: Ryan Cole <rcyoalne@gmail.com> Date: Thu, 13 Oct 2016 14:39:08 -0400 Subject: [PATCH] README.md: Update build instructions The 'make binaries' command requires the existence of libc.a. On Fedora this file is included in the glibc-static package. If this is not installed the user will get the error '/usr/bin/ld: cannot find -lc'. On Ubuntu this is not an issue. The README was updated to reflect this dependency. Signed-off-by: Ryan Cole <rcyoalne@gmail.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ec889b2..8f575f55 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ It is currently in active development in the Kubernetes community through the [d ### Build -`glib2-devel` package on Fedora or ` libglib2.0-dev` on Ubuntu or equivalent is required. +`glib2-devel` and `glibc-static` packages on Fedora or ` libglib2.0-dev` on Ubuntu or equivalent is required. ```