Update README

This commit is contained in:
Mikael Nordin 2013-01-02 16:18:03 +01:00
parent 85249f6222
commit b1d105dc9b

6
README
View file

@ -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