No description
Find a file
2013-01-27 16:57:41 +01:00
src remove unneccesare files 2013-01-27 16:26:24 +01:00
AUTHORS fixing COPYRIGHT-file 2011-12-23 13:11:18 +01:00
ChangeLog adding support for autoconf/automake 2011-12-30 20:33:17 +01:00
config.h.in remove unneccesare files 2013-01-27 16:26:24 +01:00
configure remove unneccesare files 2013-01-27 16:26:24 +01:00
configure.ac re adding configure.ac 2013-01-27 16:57:41 +01:00
COPYING adding support for autoconf/automake 2011-12-30 20:33:17 +01:00
INSTALL adding support for autoconf/automake 2011-12-30 20:33:17 +01:00
install-sh adding instal-sh 2013-01-27 16:54:36 +01:00
Makefile.am adding support for autoconf/automake 2011-12-30 20:33:17 +01:00
Makefile.in remove unneccesare files 2013-01-27 16:26:24 +01:00
NEWS adding support for autoconf/automake 2011-12-30 20:33:17 +01:00
README Update README 2013-01-02 16:18:03 +01:00

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