update README for steps
This commit is contained in:
parent
7b70d436e8
commit
dcf4bf0f14
1 changed files with 5 additions and 1 deletions
|
@ -249,9 +249,13 @@ Install
|
||||||
sudo apt-get install graphviz-dev graphviz # if you want graphviz
|
sudo apt-get install graphviz-dev graphviz # if you want graphviz
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure && make
|
./configure && make
|
||||||
make check # run tests
|
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
|
#### Run Unit Tests
|
||||||
|
|
||||||
|
./configure --enable-check
|
||||||
|
make check
|
||||||
|
|
||||||
#### Enable Graphviz
|
#### Enable Graphviz
|
||||||
|
|
||||||
./configure --enable-graphviz
|
./configure --enable-graphviz
|
||||||
|
|
Loading…
Reference in a new issue