06-12-2012, 06:08 AM
I think you can use this command to download the sources from SVN
It should download the source in your current directory (I think) so I suggest you create a directory first
Then navigate to the trunk directory, and type make. After it's done compiling MCServer, you type ./MCServer to start it.
These instructions might not be too accurate, try fiddling a bit yourself
Code:
svn checkout http://mc-server.googlecode.com/svn/trunk/ mc-server-read-only
It should download the source in your current directory (I think) so I suggest you create a directory first
Then navigate to the trunk directory, and type make. After it's done compiling MCServer, you type ./MCServer to start it.
These instructions might not be too accurate, try fiddling a bit yourself