Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doesn't work out of the box, readme needs more information #1

Open
jhamfler opened this issue Dec 28, 2015 · 2 comments
Open

doesn't work out of the box, readme needs more information #1

jhamfler opened this issue Dec 28, 2015 · 2 comments

Comments

@jhamfler
Copy link

perl is installed
./start.sh says: Can't locate Config/Simple.pm...
tryed

perl -MCPAN -e shell
install Config::Simple

but it doesn't help

please add the description how to get it to work in the readme.md

@jhamfler
Copy link
Author

Problem solved with

  1. from bash: sudo perl -MCPAN -e shell
  2. inside perl shell:
install Bundle::CPAN
reload cpan
exit
  1. from bash:
sudo cpan Config::Simple
sudo cpan JSON
sudo cpan Log::Handler
sudo cpan App::cpanminus
cpanm GraphViz
sudo cpan GraphViz2

./start.sh; eog *.svg works after that
please add it to the Readme.md

@Drake81
Copy link
Owner

Drake81 commented Jan 1, 2016

Thanks 👍
@jhamfler Feel free to contribute via pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants