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.
 
 
Gitea 5d7b60f845
First version
2 years ago
docs First version 2 years ago
src Bzip2 support 2 years ago
.gitignore git ignore 2 years ago
AUTHORS Fix authors 2 years ago
COPYING adding support for autoconf/automake 13 years ago
ChangeLog adding support for autoconf/automake 13 years ago
README Fix readme 2 years ago
meson.build Correct name for regex lib 2 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 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