From 68c3c4a8486c3278d4328eaaa14dc754558fdb69 Mon Sep 17 00:00:00 2001 From: Georg Koester Date: Mon, 12 Mar 2018 23:29:11 +0100 Subject: [PATCH] Add pkg-config to list of required packets for ubuntu. --- Getting-Started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index efb8ba2..08a475f 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -17,10 +17,11 @@ The following packages will need to be installed before you can compile and run * libreadline-dev * libffi-dev * git +* pkg-config (required at least in ubuntu 14.04) To install these packages, use the following command: -> sudo apt-get install build-essential libreadline-dev libffi-dev git +> sudo apt-get install build-essential libreadline-dev libffi-dev git pkg-config Then, clone the repository to your local machine: