mGBA Forums
Cannot build mGBA on Linux - Printable Version

+- mGBA Forums (https://forums.mgba.io)
+-- Forum: mGBA (https://forums.mgba.io/forumdisplay.php?fid=1)
+--- Forum: Development (https://forums.mgba.io/forumdisplay.php?fid=11)
+--- Thread: Cannot build mGBA on Linux (/showthread.php?tid=4888)



Cannot build mGBA on Linux - pinhead - 11-05-2018

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!


RE: Cannot build mGBA on Linux - Rain - 01-10-2019

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