Server files - linux?

02/15/2015 15:01 pawel9bl#1
Hi, are there any files on Linux ? If so, please link.

Regards .
02/15/2015 15:28 NoCheatImPGM#2
[Only registered and activated users can see links. Click Here To Register...]

You should ask there.


[Only registered and activated users can see links. Click Here To Register...]

But you can run this, it's a Java emulator coded by Manulaiko.
02/15/2015 15:35 manulaiko3.0#3
Quote:
Originally Posted by NoCheatImPGM View Post
[Only registered and activated users can see links. Click Here To Register...]

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!