1] cygwin 설치
참고 : http://www.ezbox.net/cygwin/
링크 : http://cygwin.com/setup.exe
[choose A Download Site]는 http://mirrors.kernel.org 선택
비 공식 사이트에는 모든 설치 파일이 업로드 안되어 있을수 있음
[Select Packages] 에서는 "All @ Default" 부분의 @를 눌러서 "install"로 바꾼후 진행
2] NS2 All-in-one version 설치
wget http://www.isi.edu/nsnam/dist/ns-allinone-2.29.tar.gz
3] 압축 풀기 오류 수정
/nam-1.11폴더의 agent.h파일 73번째줄 NULL을 0으로 변경
4] 설치
./install
5] cygwin은 기본적으로 .bash_profile이 없는거 같으니 skel 파일 복사
mv /etc/skel ./.bash_profile
6] ns2에 대한 path를 설정
nam이나 xgraph 실행시, startx명령으로 xwindow를 뛰움
more..

Comments List