2003년 9월 15일 월요일

ACE (Adaptive Communication Environment)

http://www.cs.wustl.edu/~schmidt/ACE.html - ACE
http://www.riverace.com/docs/ - ACE Documentation
http://doc.ece.uci.edu/Doxygen/Stable/html/ace/index.html ACE 5.3 man pages (HTML)
( http://tmax.neowiz.com/~ilashman/ACE_wrappers/html/index.html )
http://www.cs.wustl.edu/~schmidt/PDF/ACE-tutorial.pdf - A tutorial Introduce to ACE
http://groups.yahoo.com/group/ace-users/ - Archives of ACE mailing
http://www.cs.wustl.edu/~schmidt/PDF/reactor-rules.pdf

ACE 설치하기.

환경 : RedHat 9, gcc 3.2.2, g++ 3.2.2, make 3.79.1

ACE-5.3.1.tar.gz 파일을 받아 /home/ilashman/local/src에 복사한다.

cd /home/ilashman/local/src

wget http://deuce.doc.wustl.edu/ACE-5.3.1.tar.gz
tar xzvf ACE-5.3.1.tar.gz

export ACE_ROOT=/home/ilashman/local/src/ACE_wrappers
export LD_LIBRARY_PATH=/home/ilashman/local/src/ACE_wrappers/ace:$LD_LIBRARY_PATH

cd $ACE_ROOT/include/makeinclude/
ln -s platform_linux.GNU platform_macros.GNU

cd $ACE_ROOT/ace
ln -s config-linux.h config.h

cd /home/ilashman/local/src/ACE_wrappers
make -j 4

cd $ACE_ROOT/tests
make -j 4
./run_tests.sh

----------------------------------------
소스를 풀고 나면 다음 디렉토리의 파일들도 도움이 된다.
예제 : /home/ilashman/local/src/ACE_wrappers/examples
문서, tutorial : /home/ilashman/local/src/ACE_wrappers/docs
유틸리티 : /home/ilashman/local/src/ACE_wrappers/apps
SNMP : /home/ilashman/local/src/ACE_wrappers/ASNMP

댓글 없음:

댓글 쓰기