GBMU Rust GameBoy Advanced Emulator Dependencies For Linux Building this project on linux requires cmake and gtk3. using apt apt update && apt install cmake libgtk-3-dev using pacman pacman -Sy cmake gtk3 For MacOS Building this project on MacOs requires cmake. brew install cmake