This repository has been archived on 2025-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
citylimitsj/INSTALL

29 lines
624 B
Text
Raw Permalink Normal View History

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.