View Source

h3. Supported operating systems

* Windows 2000/XP/Vista 32 bit, x86 architecture
* Linux 32 bit, x86 architecture
* Mac OSX 32 bit
* More operating systems will be supported in the formal 2.0 release

h3. Memory requirement

* 512M minimum, 1G recommended

h3. Installation Steps

# Make sure you have JDK 1.5 installed. Go to [http://java.sun.com/] for JDK 1.5 download, if you didn't install it yet.
# Make sure the environment variable JAVA_HOME is defined for the user running QuickBuild server, and takes value of the JDK home directory (the directory containing bin, lib,...).
# Download QuickBuild2 distribution from [http://quickbuild.pmease.com], select the latest build for project _PMEase.QuickBuild2_ and download proper distribution for your operation system.
# Unzip the downloaded file into the selected installation directory.
# For windows platform, run _bin/quickbuild.bat_ to start the server; for other platforms, change to the _bin_ directory, and run below command to start the server:
{code}
./quickbuild.sh console
{code}