From 492b1f237d2ef18b66246c44e7cba6a6bad2a758 Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Sat, 3 Jul 2021 18:40:16 +0100 Subject: [PATCH] update readme with advice --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b613dc49..4d79cc53 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ is needed to improve the documentation. ## Test Requirements -* mgba 0.9.X +* libelf + * Debian and derivatives: `sudo apt install libelf-dev` + * Arch Linux and derivatives: `pacman -S libelf` * mgba-test-runner * Run `cargo install --path mgba-test-runner` inside this directory