[openrtm-commit:00795] r2359 - trunk/OpenRTM-aist/build

openrtm @ openrtm.org openrtm @ openrtm.org
2012年 5月 8日 (火) 19:45:59 JST


Author: n-ando
Date: 2012-05-08 19:45:59 +0900 (Tue, 08 May 2012)
New Revision: 2359

Modified:
   trunk/OpenRTM-aist/build/pkg_install100_ubuntu.sh
   trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh
Log:
libboost-filesystem-dev has been added. refs #2420


Modified: trunk/OpenRTM-aist/build/pkg_install100_ubuntu.sh
===================================================================
--- trunk/OpenRTM-aist/build/pkg_install100_ubuntu.sh	2012-05-08 10:04:20 UTC (rev 2358)
+++ trunk/OpenRTM-aist/build/pkg_install100_ubuntu.sh	2012-05-08 10:45:59 UTC (rev 2359)
@@ -15,7 +15,7 @@
 ace="libace libace-dev"
 openrtm="openrtm-aist openrtm-aist-doc openrtm-aist-dev openrtm-aist-example python-yaml"
 openrtm04="openrtm-aist=0.4.2-1 openrtm-aist-doc=0.4.2-1 openrtm-aist-dev=0.4.2-1 openrtm-aist-example=0.4.2-1 python-yaml" 
-devel="gcc g++ make uuid-dev"
+devel="gcc g++ make uuid-dev libboost-filesystem-dev"
 packages="$devel $omni $openrtm"
 u_packages="$omni $ace $openrtm "
 

Modified: trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh
===================================================================
--- trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh	2012-05-08 10:04:20 UTC (rev 2358)
+++ trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh	2012-05-08 10:45:59 UTC (rev 2359)
@@ -13,7 +13,7 @@
 #---------------------------------------
 omni="libomniorb4 libomniorb4-dev omniidl4 omniorb4-nameserver omniidl omniorb-nameserver"
 openrtm="openrtm-aist openrtm-aist-doc openrtm-aist-dev openrtm-aist-example python-yaml"
-devel="gcc g++ make uuid-dev"
+devel="gcc g++ make uuid-dev libboost-filesystem-dev"
 packages="$devel $omni $openrtm"
 u_packages="$omni $openrtm "
 



More information about the openrtm-commit mailing list