mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-26 00:56:38 +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
1 changed files with 3 additions and 3 deletions
|
@ -29,9 +29,9 @@ is needed to improve the documentation.
|
||||||
|
|
||||||
## Test Requirements
|
## Test Requirements
|
||||||
|
|
||||||
* libelf
|
* libelf and cmake
|
||||||
* Debian and derivatives: `sudo apt install libelf-dev`
|
* Debian and derivatives: `sudo apt install libelf-dev cmake`
|
||||||
* Arch Linux and derivatives: `pacman -S libelf`
|
* Arch Linux and derivatives: `pacman -S libelf cmake`
|
||||||
* mgba-test-runner
|
* mgba-test-runner
|
||||||
* Run `cargo install --path mgba-test-runner` inside this directory
|
* Run `cargo install --path mgba-test-runner` inside this directory
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue