반응형
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
- 전처리기
- OS 커널
- 컴퓨터 강좌
- getopts
- 포인터변수
- 구조와 원리
- 커널
- TiDB
- 긴옵션
- UNIX Internals
- 한빛미디어
- Golang
- SQLite
- TiKV
- Windows via c/c++
- newSQL
- 포인터
- bash
- go
- Programming
- Preprocessor
- FreeBSD
- 약어
- DBMS
- Symbol
- DBMS 개발
- kernel
- UNIX
- Pointer
- 함수포인터
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
반응형