Merge pull request #97 from gwilymk/make-it-clear-you-need-cmake

Add CMake to the test runner instructions
This commit is contained in:
Gwilym Kuiper 2021-08-01 21:35:31 +01:00 committed by GitHub
commit 85aac9dede
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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