Add pkg-config to list of required packets for ubuntu.

Georg Koester 2018-03-12 23:29:11 +01:00
parent 20c7c17702
commit 68c3c4a848
1 changed files with 2 additions and 1 deletions

@ -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: