readme_first

来自「WIMAX code for NS-2, v1.05」· 代码 · 共 19 行

TXT
19
字号
==========================================================================================================
	INSTALLATION
==========================================================================================================

1.	Move the "802_16" directory to "c:\cygwin\home\"your account"\ns-allinone-2.29\ns-2.29\mac".
	Replace "queue.h" file to "c:\cygwin\home\"your account"\ns-allinone-2.29\ns-2.29\queue".
	Replace "packet.h" file to "c:\cygwin\home\"your account"\ns-allinone-2.29\ns-2.29\common".
	
2.	Open your makefile with text editor, search for the "OBJ_CC = \" line.
	And add following lines in your Makefile.	
	mac/802_16/packet-802_16.o \
	mac/802_16/timer-802_16.o \
	mac/802_16/mac-802_16.o \
	mac/802_16/traffic/UGS_traffic.o \
	mac/802_16/traffic/ertPS_traffic.o \
	mac/802_16/traffic/rtPS_traffic.o \
	mac/802_16/traffic/nrtPS_traffic.o \
	mac/802_16/traffic/BE_traffic.o \

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?