CORBA是由OMG组织制订的一种标准的面向对象应用程 序体系规范。下面是本人在ubuntu 下基于OmniORB的CORBA的安装和使用例子。
第一步:去网上下载omniORB-4.2.0.tar.bz2
第二步:tar -xf omniORB-4.2.0.tar.bz2
第三步:cd omniORB-4.2.0
第四步:./configure --prefix=/opt --enable-threads --enable-shared
第五步:make -j8
第六步:make install
本文出自 “sky-moon” 博客,请务必保留此出处http://248341.blog.51cto.com/238341/1441415
原文地址:http://248341.blog.51cto.com/238341/1441415