반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- bash
- Preprocessor
- Programming
- TiDB
- TiKV
- 포인터
- Windows via c/c++
- Pointer
- 커널
- 긴옵션
- getopts
- 전처리기
- go
- SQLite
- Golang
- 약어
- Symbol
- DBMS 개발
- 포인터변수
- UNIX
- 컴퓨터 강좌
- FreeBSD
- 함수포인터
- 한빛미디어
- newSQL
- UNIX Internals
- kernel
- OS 커널
- DBMS
- 구조와 원리
Archives
- Today
- Total
sonumb
aodv-uu patch for ns-2.34 본문
1. Install ns-allinone-2.34
-> Googling other guys' articles!
2. Download from Sourceforge: AODV-UU at Sourceforge.net
(Latest ver. 0.9.5)
3. Extract AODV-UU in "ns-allinone-2.34/ns-2.34" folder
4. Down & copy "ns-2.34-aodv-uu.patch" to folder("ns-2.34/aodv-uu-0.9.5/patches")
6. Make symbolic link ( The path is "ns-allinone-2.34/ns-2.34" )
$ ln -s ./aodv-uu-0.9.5 ./aodv-uu
5. Execute below
$ patch -p1 < ./aodv-uu/patches/ns-2.34-aodv-uu.patch
$ ./configure; make clean ; make
6. If you see no error messages, installation will be successful.
NOTICE
If you want to unpatch aodv-uu, then download next unpatch file ]
If you save unpatch file in directory "ns-allinone-2.34/", then excute below
$ cd ns-2.34/
$ patch -p1 < ../ns-2.34-aodv-uu.unpatch
$ ./configure; make clean ; make
반응형