begin/README

22 lines
579 B
Text
Raw Normal View History

2011-12-23 11:32:21 +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
2022-07-04 14:19:35 +02:00
This program depends on boost/xpressive header only library as well as boost/iostreams. On RedHat(-ish) systems do:
yum install boost-devel
2013-01-02 16:18:03 +01:00
On debian do:
2022-07-04 14:19:35 +02:00
apt-get install libboost-regex-dev libboost-iostreams-dev
2013-01-02 16:18:03 +01:00
before installation
2011-12-23 11:32:21 +01:00
INSTALLATION
git clone git://github.com/mickenordin/begin.git
cd begin
2022-07-04 14:19:35 +02:00
meson build
ninja -C build
sudo ninja -C build install