Commit 68921553 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
temporary:
tar xf graphviz-2.40.1.tar.gz
cd graphviz-2.40.1 && sed -i '/LIBPOSTFIX="64"/s/64//' configure.ac
cd graphviz-2.40.1 && autoreconf
cd graphviz-2.40.1 && ./configure --prefix=/build/usr
$(MAKE) -C graphviz-2.40.1
$(MAKE) -C graphviz-2.40.1 install
rm -rf graphviz-2.40.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment