Skip to content

Commit 2090a98

Browse files
author
Tom von Clef
committed
Updating README.md to include the fact that the Unix build requires pkg-config to build the FFI module.
1 parent 67f25df commit 2090a98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ Then to test it:
6464

6565
Debian/Ubuntu/Mint derivative Linux distros will require build-essentials and
6666
libreadline-dev packages installed. To build FFI (Foreign Function Interface)
67-
module, libffi-dev package is required. If you have problems with some
68-
dependencies, they can be disabled in unix/mpconfigport.mk .
67+
module, libffi-dev and pkg-config packages are required. If you have problems
68+
with some dependencies, they can be disabled in unix/mpconfigport.mk .
6969

7070
The STM version
7171
---------------

0 commit comments

Comments
 (0)