Version 4 (modified by wade, 16 years ago) (diff) |
---|
Document
Install
- Build Require:
C/C++ compiler, packages and libraries.
sudo apt-get install build-essential
- Download:
http://download.imatix.com/openamq/unstable/OpenAMQ-1.3c0.tar.gz
- http://download.imatix.com/openamq/stable - stable production packages
- http://download.imatix.com/openamq/unstable - older versions of OpenAMQ
- http://download.imatix.com/openamq/previous - new unstable releases
- Set the IBASE directory
IBASE=$HOME/ibase export IBASE
- Set path
PATH=$IBASE/bin:$PATH export PATH
- Unpack
tar zxvf OpenAMQ-1.3c0.tar.gz
- Build
cd OpenAMQ-1.3c0 sh build.sh
Reference
http://www.openamq.org/ openAMQ