mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Add CMake to the test runner instructions
This commit is contained in:
parent
5bc3844a14
commit
6e97bffeae
|
@ -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…
Reference in a new issue