Importing source code for MicropolisJ, the Java rewrite of Micropolis.
This edition of Micropolis, written for the Java desktop platform, is fairly feature complete. I believe the only missing functionality is that of loading the built-in scenarios, and this can be implemented if there is any demand for it. I will soon update the home page at http://code.google.com/p/micropolis/ with downloadable packages of this edition of the software. git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@528 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
99e2b7dd01
commit
ed6795dfca
189 changed files with 13184 additions and 0 deletions
28
INSTALL
Normal file
28
INSTALL
Normal file
|
@ -0,0 +1,28 @@
|
|||
Prerequisites
|
||||
=============
|
||||
|
||||
To build MicropolisJ you will need
|
||||
* Java Development Kit (version 7), get it from http://oracle.com/technetwork/java
|
||||
* Apache Ant, get it from http://ant.apache.org
|
||||
|
||||
|
||||
Building the Package
|
||||
====================
|
||||
|
||||
1. `cd' to the directory containing the package's source code.
|
||||
|
||||
2. Type `ant' to compile the package.
|
||||
|
||||
|
||||
Installing MicropolisJ
|
||||
======================
|
||||
|
||||
Everything you need to run the program is contained within the micropolisj.jar
|
||||
file, so just copy that file to wherever you like.
|
||||
|
||||
|
||||
Running MicropolisJ
|
||||
===================
|
||||
|
||||
Type `java -jar micropolisj.jar` to run the program.
|
||||
|
Reference in a new issue