12-06-2009: Install dlvhex, dlvhex-stringplugin with stow
For dlvhex:
../configure CXXFLAGS="-g -O2 -W -Wall" --prefix=~/local
make
make install prefix=~/local/stow/dlvhex
Then go to ~/local and stow dlvhex
For the string plugin:
../configure PKG_CONFIG_PATH=~/local/lib/pkgconfig
make
make install
29-01-2009:
Check out the new branch for the dependency graph improving:
svn co https://dlvhex.svn.sourceforge.net/svnroot/dlvhex/dlvhex/branches/dlvhex-depgraph-refactoring depgraph-refactoring