Update README
This commit is contained in:
parent
85249f6222
commit
b1d105dc9b
1 changed files with 6 additions and 0 deletions
6
README
6
README
|
@ -7,10 +7,16 @@ This program depends on boost/xpressive header only library. On RedHat(-ish) sys
|
||||||
|
|
||||||
yum install boost-devel
|
yum install boost-devel
|
||||||
|
|
||||||
|
On debian do:
|
||||||
|
|
||||||
|
apt-get install libboost-regex-dev
|
||||||
|
|
||||||
before installation
|
before installation
|
||||||
|
|
||||||
INSTALLATION
|
INSTALLATION
|
||||||
git clone git://github.com/mickenordin/begin.git
|
git clone git://github.com/mickenordin/begin.git
|
||||||
cd begin
|
cd begin
|
||||||
|
./autogen.sh
|
||||||
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
Loading…
Add table
Reference in a new issue