From 8085eb7d17e9ed963d22203c927d103dbaa29042 Mon Sep 17 00:00:00 2001 From: karihanski Date: Tue, 11 Nov 2014 13:52:17 -0800 Subject: [PATCH] Add libffi to debian,etc requirements --- Getting-Started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index b68f20f..0b48035 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -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: