Building from source lets you tune and customise your OpenAMQ software:
The Unix and Windows packages have identical contents but the text files they contain are formatted for Unix and Windows respectively. If you attempt to build the Windows file on Linux, Solaris or an other Unix system, you will get shell errors unless you convert all files (using zip or some similar tool).
OpenAMQ depends on multiple supporting packages, which are built as part of the process. However, you do not need to download any other software to build and run OpenAMQ - the OpenAMQ source kits are self-complete and contain qualified and tested versions of all required supporting packages.
These shell commands build OpenAMQ from the Unix source kit:
$ IBASE=$HOME/ibase $ export IBASE $ PATH=$IBASE/bin:$PATH $ export PATH $ tar zxvf /path/to/OpenAMQ-1.2c4.tar.gz $ cd /path/to/OpenAMQ-1.2c4 $ sh build.sh
More information: Building on Unix Systems
These Windows console commands build OpenAMQ from the Windows source kit:
> set IBASE=c:\ibase > set PATH=%IBASE%\bin;%PATH% > unzip \path\to\OpenAMQ-1.2c4.zip > cd \path\to\OpenAMQ-1.2c4 > build
More information: Building on Windows Systems
Coming soon.