mGBA Forums

Full Version: Cannot build mGBA on Linux
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

I've been trying for a while now but i can't compile mGBA on Fedora29 with cmake version 3.10.2. All recommended commands execute without any errors but in the end there are no files in either '/usr/bin' or '/usr/lib/. Has anyone else have that problem and/or a solution?

Thanks for your help!
Try this way, open your favourite terminal and then:
Code:
cd Desktop
git clone https://github.com/mgba-emu/mgba.git
cd mgba
mkdir build
cd build
cmake ..
make
Now type in "su" and enter your root password, then:
Code:
make install