Document coreutils as a testing dependency

This commit is contained in:
Alex Beregszaszi 2020-11-10 14:49:34 +00:00
parent e1292380bd
commit 9a5fc1118f

View File

@ -94,6 +94,9 @@ in the current directory, installed on the system level, or the ``deps`` folder
in the project top level. The required file is called ``libevmone.so`` on Linux
systems, ``evmone.dll`` on Windows systems and ``libevmone.dylib`` on macOS.
On macOS some of the testing scripts expect GNU coreutils to be installed.
This can be easiest accomplished using Homebrew: ``brew install coreutils``.
Running the Tests
-----------------