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

master
Georg Koester 2018-03-12 23:29:11 +01:00
rodzic 20c7c17702
commit 68c3c4a848
1 zmienionych plików z 2 dodań i 1 usunięć

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