Add libffi to debian,etc requirements

karihanski 2014-11-11 13:52:17 -08:00
parent aa990b0976
commit 8085eb7d17
1 changed files with 2 additions and 1 deletions

@ -15,11 +15,12 @@ The following packages will need to be installed before you can compile and run
* build-essential
* libreadline-dev
* libffi-dev
* git
To install these packages, use the following command:
> sudo apt-get install build-essential libreadline-dev git
> sudo apt-get install build-essential libreadline-dev libffi-dev git
Then, clone the repository to your local machine: