You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mickenordin
03db0c310f
|
10 years ago | |
---|---|---|
docs | 10 years ago | |
src | 10 years ago | |
AUTHORS | 13 years ago | |
COPYING | 13 years ago | |
ChangeLog | 13 years ago | |
INSTALL | 13 years ago | |
Makefile.am | 12 years ago | |
NEWS | 13 years ago | |
README | 12 years ago | |
aclocal.m4 | 12 years ago | |
autogen.sh | 10 years ago | |
config.h | 12 years ago | |
configure.ac | 12 years ago | |
depcomp | 12 years ago | |
install-sh | 12 years ago | |
missing | 12 years ago |
README
This is a free implementation of the Cisco ios/asa/catalyst output modifier "begin" released under GNU GPL v.2 or any later version. http://www.cisco.com/en/US/docs/ios/preface/usingios.html#wp1012384 DEPENDENCIES This program depends on boost/xpressive header only library. On RedHat(-ish) systems do: yum install boost-devel On debian do: apt-get install libboost-regex-dev before installation INSTALLATION git clone git://github.com/mickenordin/begin.git cd begin ./autogen.sh ./configure make make install