From 6e97bffeaeff0fe056d7cdc12607cafb25de2f08 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sun, 1 Aug 2021 21:13:55 +0100 Subject: [PATCH] Add CMake to the test runner instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d162e49e..1a514661 100644 --- a/README.md +++ b/README.md @@ -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