Updating README.md to include the fact that the Unix build requires pkg-config to build the FFI module.

This commit is contained in:
Tom von Clef 2014-10-08 17:26:03 -04:00
parent 67f25dfe6f
commit 2090a98e80

View File

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