From 2090a98e807a0b301cd4a67733f2b8be12755889 Mon Sep 17 00:00:00 2001 From: Tom von Clef Date: Wed, 8 Oct 2014 17:26:03 -0400 Subject: [PATCH] Updating README.md to include the fact that the Unix build requires pkg-config to build the FFI module. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index adb404fa90..f380bafdad 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ Then to test it: Debian/Ubuntu/Mint derivative Linux distros will require build-essentials and libreadline-dev packages installed. To build FFI (Foreign Function Interface) -module, libffi-dev package is required. If you have problems with some -dependencies, they can be disabled in unix/mpconfigport.mk . +module, libffi-dev and pkg-config packages are required. If you have problems +with some dependencies, they can be disabled in unix/mpconfigport.mk . The STM version ---------------