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

Porting to Windows #3

Open
pshangov opened this issue Apr 21, 2012 · 2 comments
Open

Porting to Windows #3

pshangov opened this issue Apr 21, 2012 · 2 comments

Comments

@pshangov
Copy link

I am attempting to get zoidberg to run under Windows. The biggest hurdle seems to be job control, which is not supported under Windows. It seems to me the easiest solution to this is to create an alternative Zoidberg::Contractor that has the same interface but does not actually do any job control, and have Zoidberg.pm choose which one to inherit from depending on the OS. What do you think?

@jberger
Copy link
Owner

jberger commented Apr 21, 2012

I wholeheartedly agree! I have myself tried to do this, but its so far outside my realm of knowledge that I don't get very far. I am only the new maintainer and didn't write any part of Zoidberg::Contractor so much of it appears to be black magic to me. Any help would be appreciated!

@7fe
Copy link

7fe commented Nov 22, 2015

@pshangov @jberger
On a side note this isn't really considered stable as is?

Have you tried Cygwin? I am also interested in this very much.

The following packages appear to be needed

./setup-x86_64.exe -nq -P perl-Term-ReadLine-Gnu,perl,perl-Module-Build

then run the following

perl Build.PL
./Build installdeps
./Build install

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

3 participants