Closed abertschi closed 9 years ago
@abertschi I feel like this commit might fix your issue. Perhaps you can try to install erd from latest source?
@BurntSushi What do you think? Would it help to update the version published on cabal?
@abertschi I tried a fresh install from OS X 10.10.3 today, and I had no issues:
I followed these steps:
cabal update
to initialize the list of packages for cabalcabal erd
EDIT:
brew install graphviz
@eric-brechemier, I cloned your fork from this commit, performed a cabal update
and cabal install erd
with brew install graphviz
beforehand and managed to solve the issue. Thanks a lot.
@abertschi I'm glad it helped. For your information, this commit has been merged upstream, so you should be good to go with the master branch of the main project (BurntSushi/erd) as well.
Hi there,
I have a problem installing erd on my system.
Using
cabal install erd
, I getTrying to download the source and firing up
cabal configure
, graphiz does not seem to be found.cabal update
was previously run.Any held would be appreciated.