Add CMake to the test runner instructions

This commit is contained in:
Gwilym Kuiper 2021-08-01 21:13:55 +01:00
parent 5bc3844a14
commit 6e97bffeae

View file

@ -29,9 +29,9 @@ is needed to improve the documentation.
## Test Requirements ## Test Requirements
* libelf * libelf and cmake
* Debian and derivatives: `sudo apt install libelf-dev` * Debian and derivatives: `sudo apt install libelf-dev cmake`
* Arch Linux and derivatives: `pacman -S libelf` * Arch Linux and derivatives: `pacman -S libelf cmake`
* mgba-test-runner * mgba-test-runner
* Run `cargo install --path mgba-test-runner` inside this directory * Run `cargo install --path mgba-test-runner` inside this directory