update README
This commit is contained in:
parent
d65e25feba
commit
32f30db44d
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@ install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq automake pkg-config build-essential libtool automake autoconf m4 gnulib
|
- sudo apt-get install -qq automake pkg-config build-essential libtool automake autoconf m4 gnulib
|
||||||
- sudo apt-get install -qq check libpcre3 libpcre3-dev libjemalloc-dev libjemalloc1
|
- sudo apt-get install -qq check libpcre3 libpcre3-dev libjemalloc-dev libjemalloc1
|
||||||
|
- sudo apt-get install -qq graphviz-dev graphviz
|
||||||
before_script:
|
before_script:
|
||||||
# - aclocal
|
# - aclocal
|
||||||
# - autoconf
|
# - autoconf
|
||||||
|
|
|
@ -198,7 +198,8 @@ if ( $error ) {
|
||||||
Install
|
Install
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
sudo apt-get install check libpcre3 libpcre3-dev libjemalloc-dev libjemalloc1 build-essential libtool automake autoconf graphviz-dev graphviz pkg-config
|
sudo apt-get install check libpcre3 libpcre3-dev libjemalloc-dev libjemalloc1 build-essential libtool automake autoconf pkg-config
|
||||||
|
sudo apt-get install graphviz-dev graphviz # if you want graphviz
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure && make
|
./configure && make
|
||||||
make check # run tests
|
make check # run tests
|
||||||
|
|
Loading…
Reference in a new issue