Merge pull request #897 from tomvonclef/master
Updating README.md. The Unix build requires pkg-config for FFI.
This commit is contained in:
commit
40e4c777a1
|
@ -64,8 +64,8 @@ Then to test it:
|
||||||
|
|
||||||
Debian/Ubuntu/Mint derivative Linux distros will require build-essentials and
|
Debian/Ubuntu/Mint derivative Linux distros will require build-essentials and
|
||||||
libreadline-dev packages installed. To build FFI (Foreign Function Interface)
|
libreadline-dev packages installed. To build FFI (Foreign Function Interface)
|
||||||
module, libffi-dev package is required. If you have problems with some
|
module, libffi-dev and pkg-config packages are required. If you have problems
|
||||||
dependencies, they can be disabled in unix/mpconfigport.mk .
|
with some dependencies, they can be disabled in unix/mpconfigport.mk .
|
||||||
|
|
||||||
The STM version
|
The STM version
|
||||||
---------------
|
---------------
|
||||||
|
|
Loading…
Reference in New Issue