# yum install icu libicu.x86_64 libicu-devel.x86_64 libicu-doc.x86_64
# wget http://sourceforge.net/projects/boost/files/boost/1.45.0/boost_1_45_0.tar.bz2/download
# tar xvfjp boost_1_45_0.tar.bz2
# cd boost_1_45_0
# ./bootstrap.sh --with-libraries=program_options,math,graph,test --prefix=/share/apps/boost
# ./bjam install
# cd /usr/lib
# ln -sf /share/apps/boost_1_45_0/lib/libboost_program_options.a libboost_program_options-mt.a
# ln -sf /share/apps/boost_1_45_0/lib/libboost_program_options.so.1.45.0 libboost_program_options-mt.so
# ln -sf /share/apps/boost_1_45_0/lib/libboost_unit_test_framework.a boost_unit_test_framework-mt.a
# ln -sf /share/apps/boost_1_45_0/lib/libboost_unit_test_framework.so libboost_unit_test_framework-mt.so
# ln -sf /share/apps/boost-1.47.0/include/boost/ /usr/include/boost
$ wget http://cs.ru.nl/~jorism/libDAI/libDAI-0.2.7.tar.gz
$ cd libDAI-0.2.7
$ cp Makefile.LINUX Makefile.conf
$ make
$ examples/example tests/alarm.fg
Estimate of needed memory: 48.6562kB
Maximum memory: unlimited
Estimate of needed memory: 48.6562kB
Maximum memory: unlimited
'LINUX > Tips' 카테고리의 다른 글
fedora => Centos 설치 (0) | 2011.04.04 |
---|---|
ldap client (0) | 2011.04.04 |
Linux Error: curses.h: No such file or directory Problem Solution (0) | 2011.03.24 |
RPM 패키지 설치 확인 (0) | 2011.03.21 |