update README for steps

This commit is contained in:
c9s 2014-05-24 16:28:53 +08:00
parent 7b70d436e8
commit dcf4bf0f14

View file

@ -249,9 +249,13 @@ Install
sudo apt-get install graphviz-dev graphviz # if you want graphviz
./autogen.sh
./configure && make
make check # run tests
sudo make install
#### Run Unit Tests
./configure --enable-check
make check
#### Enable Graphviz
./configure --enable-graphviz