From 3eacc06a97e25ebeebd17ecf1d65c2e6b3585401 Mon Sep 17 00:00:00 2001 From: Parth Chopra <35244805+parthematics@users.noreply.github.com> Date: Wed, 12 Sep 2018 00:09:40 -0700 Subject: [PATCH] fixed list of requirements (pkg-config) (#1510) pkg-config was incorrectly spelled pkc-config --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index ec86b6c15..d5e2715ae 100644 --- a/doc/build.md +++ b/doc/build.md @@ -16,7 +16,7 @@ What's working so far? - clang - ncurses and libs (ncurses, ncursesw5) - zlib libs (zlib1g-dev or zlib-devel) -- pkc-config +- pkg-config - libssl-dev - linux-headers (reported needed on Alpine linux)