Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot build mGBA on Linux
#1
Thumbs Down 
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!
Reply

#2
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
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 Melroy van den Berg.