Difference between revisions of "MW Server Tutorial"

From MMNet Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
## Install the JDK
 
## Install the JDK
 
# Eclipse
 
# Eclipse
# Subclipse
+
## Subclipse
 +
## Check out Sourceforge SVN Repository
 +
# Build MekWars
 +
## Set project properties
 +
## Compile
 +
 
 +
'''Step 2: Set up the initial environment
 +
 
 +
'''Step 3: First server start
 +
 
 +
'''Step 4: Logs, logs, logs
  
 
(obviously a work in progress)
 
(obviously a work in progress)

Revision as of 16:54, 29 October 2016

How to Build a MekWars Server

Step 1: Learn to compile

This is really not an optional step. TubeAlloy taught you how to set up IntelliJ, so I'm going to teach you how to set up Eclipse.

  1. Java
    1. Get a JDK from http://www.oracle.com/technetwork/java/javase/downloads/index.html
    2. Install the JDK
  2. Eclipse
    1. Subclipse
    2. Check out Sourceforge SVN Repository
  3. Build MekWars
    1. Set project properties
    2. Compile

Step 2: Set up the initial environment

Step 3: First server start

Step 4: Logs, logs, logs

(obviously a work in progress)