Changes between Version 2 and Version 3 of openAMQ


Ignore:
Timestamp:
Oct 30, 2008, 10:40:12 AM (16 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • openAMQ

    v2 v3  
    11[[PageOutline]]
    22= Document =
    3  * http://www.openamq.org/main:documentation
     3 *http://www.openamq.org/main:documentation
    44= Install =
    5  i. Build Require:
     5 1. Build Require:
    66    C/C++ compiler, packages and libraries.
    77{{{
     
    99}}}
    1010
    11  i. Download:
     11 1. Download:
    1212{{{
    1313  http://download.imatix.com/openamq/unstable/OpenAMQ-1.3c0.tar.gz
     
    1616   * http://download.imatix.com/openamq/unstable - older versions of OpenAMQ
    1717   * http://download.imatix.com/openamq/previous - new unstable releases
    18 
    19  i. Set the IBASE directory
     18 1. Set the IBASE directory
    2019{{{
    21  
     20  IBASE=$HOME/ibase
     21  export IBASE
    2222}}}
    2323
    24  i. Set path
     24 1. Set path
     25{{{
     26  PATH=$IBASE/bin:$PATH
     27  export PATH
     28}}}
    2529
     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}}}
    2639
    27  i. Unpack
    28 {{{
    29    
    30 }}}
    3140
    3241= Reference =