Skip to content

Instantly share code, notes, and snippets.

@sonots
Last active December 11, 2015 21:48
Show Gist options
  • Save sonots/4664491 to your computer and use it in GitHub Desktop.
Save sonots/4664491 to your computer and use it in GitHub Desktop.
#!/bin/sh
curl -kL https://gist.github.com/raw/4664437/perlbrew-install.sh | sh
sudo yum groupinstall "Development Tools"
sudo yum install pkgconfig glib2-devel gettext libxml2-devel pango-devel cairo-devel
git clone https://github.com/kazeburo/GrowthForecast.git
cd GrowthForecast
cpanm --installdeps .
# try like
# perl growthforecast.pl --port 5125
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment