Changes between Version 2 and Version 3 of openAMQ
- Timestamp:
- Oct 30, 2008, 10:40:12 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
openAMQ
v2 v3 1 1 [[PageOutline]] 2 2 = Document = 3 * 3 *http://www.openamq.org/main:documentation 4 4 = Install = 5 i. Build Require:5 1. Build Require: 6 6 C/C++ compiler, packages and libraries. 7 7 {{{ … … 9 9 }}} 10 10 11 i. Download:11 1. Download: 12 12 {{{ 13 13 http://download.imatix.com/openamq/unstable/OpenAMQ-1.3c0.tar.gz … … 16 16 * http://download.imatix.com/openamq/unstable - older versions of OpenAMQ 17 17 * http://download.imatix.com/openamq/previous - new unstable releases 18 19 i. Set the IBASE directory 18 1. Set the IBASE directory 20 19 {{{ 21 20 IBASE=$HOME/ibase 21 export IBASE 22 22 }}} 23 23 24 i. Set path 24 1. Set path 25 {{{ 26 PATH=$IBASE/bin:$PATH 27 export PATH 28 }}} 25 29 30 1. Unpack 31 {{{ 32 tar zxvf OpenAMQ-1.3c0.tar.gz 33 }}} 34 1. Build 35 {{{ 36 cd OpenAMQ-1.3c0 37 sh build.sh 38 }}} 26 39 27 i. Unpack28 {{{29 30 }}}31 40 32 41 = Reference =