emuDMG is a Game Boy emulator for Linux written in C++.
To build emuDMG, run the following commands from the project root directory:
mkdir build && cd build
cmake ..
cmake --build .
This will produce an executable called dmg in the build directory.