Quote:
Originally Posted by NoCheatImPGM
But you can run this, it's a Java emulator coded by Manulaiko.
|
That's the only emulator that will run natively in linux since I coded it in Java.
To run it you must go to xampp's home page and download and install lampp.
To run lampp:
Code:
/opt/lampp/lampp start
For the emulator go to eclipse's homepage and download it, extract the files to /opt/eclipse and start the file "eclipse", then import the project, add the MySQL.jar library (too many noobs couldn't fix this -.-) and it should be working
If you want to run another emulator that it's coded in C# you should install monodevelop.
In ubuntu or debian (idk if it works, I use Slackware so I couldn't test it):
Code:
sudo apt-get install monodevelop
If it ask for missing libraries:
Code:
sudo apt-get install mono
Maybe more libraries are missing, like gnome-sharp2.0, gtk-sharp, monodevelop-utils... but you better google for them because I don't know the correct package names.
Once MonoDevelop is installed run it and it's done.
See you!