-
Notifications
You must be signed in to change notification settings - Fork 12
Running on windows
David Emanuel Santiago edited this page Apr 17, 2021
·
8 revisions
Note: The recommended way is to use strawberry perl, as the PPM from activeperl aren't working anymore.
This is more unix like, so you won't have graphical interface for dependency installation. (it's still easy :-) )
- Download the latest version of strawberry perl (This was tested with perl version 5.020)
- Install it (it should be next,next,next... :-) )
- open the CMD.exe (just write "cmd" and press enter on the startup menu )
- execute in order "cpan install Config::Tiny", "cpan install Inline::C" - I think the other ones are distributed, if you keep getting errors about unknown modules keep doing "cpan install "
- Optional step: create a .config folder in the user's home, with a newsup.conf file. Please check the README for the options available
- Just run it!
Cygwin isn't recommended, because you'll have a lot of trouble to put it running as Inline::C requires GCC and GCC requires a lot of stuff(!) and there's no dependency manager in cygwin.