bjam을 이용해서 boost 1.4.0을 빌드 한다.
bjam --build-type=complete release debug install <-- nbsp="" p="">
orocos-toolchain-2.3.2를 다운 받아 rtt에서 cmake를 실행 한다.
cd orocos-toolchain-2.3.2/rtt
mkdir build
cd budil
cmake -DBoost_DEBUG=ON ../ <-- boost="" nbsp="" p="">or
cmake -DBoost_DEBUG=ON -DCMAKE_INSTALL_PREFIX=../install ../
보여진 위치 처럼 해당 위치를 잡고 cmake를 실행 한다.
fond boost 1.4.0이라고 표시되면 성공 이다.
만약 안되면...
FindBoost.cmake를 참조 하고
원하는 boost가 없기 때문에 not found라 나온다.
ocl은 못했음.
2013년 7월 31일 수요일
2013년 7월 5일 금요일
wxStreamToTextRedirector class ?
This class can be used to (temporarily) redirect all output sent to a C++ ostream object to a wxTextCtrl instead.
2013년 7월 4일 목요일
build orocos-rtt on windows 7
Download orocos-toolchain-2.6.0
Download boost 1.52.0
vi tools/build/v2/user-config.jam
remove '#' comment
using msvc : 9.0 ; --> it is Visual Studio 2009
more information site is http://www.boost.org/boost-build2/doc/html/bbv2/reference/tools.html
Building Boost.Build engine
created b2.exe and bjam.exe
b2.exe --help
b2.exe --build-dir=c:\boost --build-type=complete --prefix=c:\boost\152
.. take a long time ...
cd c:/boost/152/include/boost_1_52_0
mv boost ../
cd ../
rm -rf boost_1_52_0
cd orocos-toolchain-2.6.0/rtt
mkdir build
cd build
cmake --help
cmake -DBoost_USE_STATIC_LIBS=ON -DBoost_DEBUG=TRUE -D "BOOST_ROOT:string=c:/boost" -G "visual Studio 9 2008" ..
Refer FindBoost.cmake file
Download boost 1.52.0
vi tools/build/v2/user-config.jam
remove '#' comment
using msvc : 9.0 ; --> it is Visual Studio 2009
more information site is http://www.boost.org/boost-build2/doc/html/bbv2/reference/tools.html
cd boost_1_52_0
bootstrap.batBuilding Boost.Build engine
created b2.exe and bjam.exe
b2.exe --help
b2.exe --build-dir=c:\boost --build-type=complete --prefix=c:\boost\152
.. take a long time ...
cd c:/boost/152/include/boost_1_52_0
mv boost ../
cd ../
rm -rf boost_1_52_0
cd orocos-toolchain-2.6.0/rtt
mkdir build
cd build
cmake --help
cmake -DBoost_USE_STATIC_LIBS=ON -DBoost_DEBUG=TRUE -D "BOOST_ROOT:string=c:/boost" -G "visual Studio 9 2008" ..
Refer FindBoost.cmake file
2013년 7월 3일 수요일
피드 구독하기:
글 (Atom)