安装tcl-debug

来源:互联网 发布:网络零点女装秋款 编辑:程序博客网 时间:2024/05/22 10:25

1.下载tcl-debug( http://expect.nist.gov/tcl-debug/tcl-debug.tar.gz)

2. 将其解压缩到ns-allinone-2.xx目录下面 tar -zxvf tcl-debug.tar.gz

3. 进入tcl-debug-2.0目录,键入命令

   ./configure --prefix=/home/xie/Desktop/ns-allinone-2.34  --with-tcl=/home/xie/Desktop/ns-allinone-2.34/tcl8.4.18/unix

4. make

5. 进入/home/Admin/ns-allinone-2.xx/ns-2.xx目录,运行

   ./configure --with-tcldebug=/home/xie/Desktop/ns-allinone-2.34/tcl-debug-2.0

    make clean

    make

原创粉丝点击