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

install instructions are missing #3

Open
ThomasCr opened this issue Dec 3, 2013 · 1 comment
Open

install instructions are missing #3

ThomasCr opened this issue Dec 3, 2013 · 1 comment

Comments

@ThomasCr
Copy link

ThomasCr commented Dec 3, 2013

for some ppl it is useful to have some instructions to install ical-to-gcal - this one I used on a Ubuntu 12.04 LTS system:

wget https://raw.github.com/bigpresh/ical-to-google-calendar/master/ical-to-gcal -O ical-to-gcal
chmod +x ical-to-gcal
apt-get install cpanminus libxml-atom-perl libnet-google-authsub-perl libdatetime-format-ical-perl libdata-ical-perl libical-parser-perl libdate-leapyear-perl
cpanm --self-upgrade --sudo
cpanm Net::Google::Calendar

@bigpresh
Copy link
Owner

(Very belatedly...) Good point, thanks. I think a better approach may be to release it to CPAN as eg. App::ICalToGoogleCalendar, so that can be installed via cpanm, and automatically pull in dependencies and install the script to a bin dir.

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