No description
Find a file
2022-07-04 14:19:35 +02:00
docs Adding docs for new options 2014-11-19 21:53:01 +01:00
src Bzip2 support 2022-07-04 14:04:14 +02:00
.gitignore git ignore 2022-07-04 14:07:54 +02:00
AUTHORS Fix authors 2022-07-04 14:11:32 +02:00
ChangeLog adding support for autoconf/automake 2011-12-30 20:33:17 +01:00
COPYING adding support for autoconf/automake 2011-12-30 20:33:17 +01:00
meson.build Correct name for regex lib 2022-07-04 14:09:53 +02:00
README Fix readme 2022-07-04 14:19:35 +02: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 as well as boost/iostreams. On RedHat(-ish) systems do:

yum install boost-devel

On debian do:

apt-get install libboost-regex-dev libboost-iostreams-dev

before installation

INSTALLATION
git clone git://github.com/mickenordin/begin.git
cd begin
meson build
ninja -C build
sudo ninja -C build install