VisualGuideToBuildingStendhalStep3
Step 3. Install Stendhal-server packaged sources or CVS updated sources with the map editor package
You can choose between simply getting the zipped Stendhal-server source file or alternativelly getting CVS from the map editor file to get the latest sources and stay updated between releases. It is recommended that you get the more updated source files using the anonymous CVS client from the map editor file.
CVS updated sources with the map editor package
Unzip stendhal_mapeditor-1.20.zip
Rename \stendhal_mapeditor\ folder to \Development\
Move \Development\ folder under C:\
Edit the update.bat file:
Delete /tiled (from co stendhal/tiled to co stendhal)
Note: the cvs path has changed and so the following screenshots have become outdated.
The correct command is now:
cvs -z3 -d:pserver:anonymous@arianne.cvs.sourceforge.net:/cvsroot/arianne co -P stendhal
Save the changes:
Double-click or open the update.bat file and a window is opened:
The window is closed automatically when the process finishes.
In any case do the following
Create a \libs\ folder under C:\Development (that is, at the same level as C:\Development\stendhal)
If you are using the CVS updated sources from the map editor package move down tiled.jar from C:\Development
to C:\Development\libs\
Copy the 3 files:
- jython.jar
- marauroa.jar
- log4j.jar
from \marauroa-1.31.1\ folder
to \development\libs\
Note: You could remove the 3 stendhal server binary *.jar files inside the \marauroa-1.31.1\ folder:
- stendhal-xmlconf-0.47.jar
- stendhal-maps-0.47.jar
- stendhal-server-0.47.jar
But it is better to keep them in that folder and just overwrite them with the new compiled files when needed. This is a good way of assuring you are copying the new files to the right folder.