You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by cc...@apache.org on 2008/08/04 16:45:53 UTC

svn commit: r682410 - /incubator/qpid/trunk/qpid/cpp/INSTALL

Author: cctrieloff
Date: Mon Aug  4 07:45:53 2008
New Revision: 682410

URL: http://svn.apache.org/viewvc?rev=682410&view=rev
Log:
updated ais instructions

Modified:
    incubator/qpid/trunk/qpid/cpp/INSTALL

Modified: incubator/qpid/trunk/qpid/cpp/INSTALL
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/INSTALL?rev=682410&r1=682409&r2=682410&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/INSTALL (original)
+++ incubator/qpid/trunk/qpid/cpp/INSTALL Mon Aug  4 07:45:53 2008
@@ -85,7 +85,7 @@
 =====================================
 On linux most packages can be installed using your distribution's package
 management tool. For example on Fedora:
-  # yum install boost-devel e2fsprogs-devel pkgconfig openais-devel 
+  # yum install boost-devel e2fsprogs-devel pkgconfig openais openais-devel 
   # yum install gcc-c++ make autoconf automake help2man libtool doxygen graphviz ruby
 
 Follow the manual installation instruction below for any packages not
@@ -108,13 +108,19 @@
 
 a. openais
 ==========
-Unpack the source distribution and do:
+
+If ais is shipped with you platform and you have 0.80.1-x or later, skip
+builing ais
+
+To build ais: Unpack the source distribution and do:
  # make
  # sudo make install DESTDIR=
  # sudo ldconfig
 
 This will install in the standard places (/usr/lib, /usr/include etc.)
 
+Configuring ais:
+
 Edit /etc/ais/openais.conf and modify the "bindnetaddr" setting
 to your hosts IP address. Do not use 127.0.0.1.