Go to file
Micke Nordin 06b9e9f57a docs 12 years ago
docs docs 12 years ago
src remove unneccesare files 12 years ago
AUTHORS fixing COPYRIGHT-file 13 years ago
COPYING adding support for autoconf/automake 13 years ago
ChangeLog adding support for autoconf/automake 13 years ago
INSTALL adding support for autoconf/automake 13 years ago
Makefile.am adding support for autoconf/automake 13 years ago
Makefile.in Fixing LDFLAGS 12 years ago
NEWS adding support for autoconf/automake 13 years ago
README Update README 12 years ago
config.h.in remove unneccesare files 12 years ago
configure remove unneccesare files 12 years ago
configure.ac re adding configure.ac 12 years ago
install-sh adding instal-sh 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