Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 649 Bytes

BUILD_INSTRUCTIONS.md

File metadata and controls

38 lines (27 loc) · 649 Bytes

Build Instructions

* Requirements

* Cloning

$ git clone git://github.com/BlackMATov/gba-game.git
$ cd gba-game

* Building

$ cd your_game_repository_directory
$ mkdir build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ cmake --build .

* Running

  • Game Boy Advance emulator (mGBA for example)
$ cd your_game_build_directory
$ mgba game/game.gba

* Links