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
* libelf
* Debian and derivatives: `sudo apt install libelf-dev`
* Arch Linux and derivatives: `pacman -S libelf`
* libelf and cmake
* Debian and derivatives: `sudo apt install libelf-dev cmake`
* Arch Linux and derivatives: `pacman -S libelf cmake`
* mgba-test-runner
* Run `cargo install --path mgba-test-runner` inside this directory