mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 17:41:33 +11:00
Merge pull request #97 from gwilymk/make-it-clear-you-need-cmake
Add CMake to the test runner instructions
This commit is contained in:
commit
85aac9dede
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue