readme
来自「BCAST Implementation for NS2」· 代码 · 共 30 行
TXT
30 行
## $XORP: xorp/fea/click_elements/README,v 1.1.1.1 2002/12/11 23:56:03 hodson Exp $#This directory contains click elements.1) Click must be installed before configure is run in the directory.Download click: a) cvs -z5 -d :pserver:clickcvs@butt.lcs.mit.edu:/cvs co -d click release/oneConfigure click: b) ./configure --enable-bsdmodule --with-freebsd=/usr/src/sys --prefix=/usr/local/clickInstall click: c) gmake install2) Build elements in this directory.autoconf./configure --enable-bsdmodule --prefix=/usr/local/clickgmake installNOTE:1) These instructions only apply for building for FreeBSD.2) The --prefix argument must be the same in both building click andthe elements in this directory.3) The file /usr/local/click/lib/click.ko is installed by the clickinstall process. This file is the click loadable module.4) The file /usr/local/click/lib/xorp.bo is installed by the installprocess in the click_elements directory. This file is the xorploadable module.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?