1. Download graphviz dot tool from below site
http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.28.0.tar.gz
Make and Install
#tar xzvf graphviz-2.28.0.tar.gz
#./configure
#make && make install
#./configure
#make && make install
2. Download doxygen
http://www.stack.nl/~dimitri/doxygen/download.html#latestsrc
Make and Install with configureation
#tar xzvf doxygen-1.7.5.1.src.tar.gz
#./configure
#./configure --with-doxywizard
설정의 편의를 위해서 doxywizard 사용 권장.
text로 설정을 변경하고 싶을 경우
#doxygen -g <filename>
#vi <filename>
#doxygen <filename>
doxygen wizard 설정은 아래 블로그 참고.(window용 설정 임..)
http://blog.naver.com/khbrst?Redirect=Log&logNo=50112236741
'Linux > Ubuntu' 카테고리의 다른 글
[Ubuntu] Grub 2 change boot menu order (1) | 2011.12.15 |
---|---|
[ubuntu] network interface (0) | 2011.07.25 |
[ubuntu] desktop entry 만들기 (0) | 2011.03.01 |
How to install java 1.5(jdk5) in Ubuntu 9.10 (2) | 2009.11.23 |
ubuntu 에서 비정상적으로 설치된 package를 수정 삭제 하는 방법. (0) | 2009.11.23 |