diff options
| author | Tom von Clef | 2014-10-08 17:26:03 -0400 |
|---|---|---|
| committer | Tom von Clef | 2014-10-08 17:26:03 -0400 |
| commit | 2090a98e807a0b301cd4a67733f2b8be12755889 (patch) | |
| tree | 9f1e4279090797e3e0600cd0de2424b159361f7c | |
| parent | 67f25dfe6f4b13a3b8d40746d2b2fd720c63caed (diff) | |
Updating README.md to include the fact that the Unix build requires pkg-config to build the FFI module.
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 --------------- |
