From b1d105dc9b448f5168d1d9b6af5b207c4ff508c7 Mon Sep 17 00:00:00 2001 From: Mikael Nordin Date: Wed, 2 Jan 2013 16:18:03 +0100 Subject: [PATCH] Update README --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index d51f050..96629c0 100644 --- a/README +++ b/README @@ -7,10 +7,16 @@ This program depends on boost/xpressive header only library. On RedHat(-ish) sys 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