Zeroconf for Windows?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Zeroconf for Windows?

horrido
The instructions for Pharo Zeroconf scripts seem to be specific to Linux or
macOS. How do I use Zeroconf in Windows? I can install curl but there is no
bash.



--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Reply | Threaded
Open this post in threaded view
|

Re: Zeroconf for Windows?

EstebanLM
hi,

zeroconf works for linux, macOS or an MSYS system (msys or cygwin)
they will not work with plain Windows and that was never the purpose: it was to easy CI tasks.

of course, I understand a lot of people wants to use them for their day to day work (as I do it myself), but it will not be prepared for all possible uses.

also, almost every programmer needing a command line in windows will need something like msys and cygwin… you want to install it too ;)

cheers!
Esteban

> On 26 Mar 2018, at 17:41, horrido <[hidden email]> wrote:
>
> The instructions for Pharo Zeroconf scripts seem to be specific to Linux or
> macOS. How do I use Zeroconf in Windows? I can install curl but there is no
> bash.
>
>
>
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>


Reply | Threaded
Open this post in threaded view
|

Re: Zeroconf for Windows?

Esteban A. Maringolo
2018-03-26 13:19 GMT-03:00 Esteban Lorenzano <[hidden email]>:
> hi,
>
> zeroconf works for linux, macOS or an MSYS system (msys or cygwin)
> they will not work with plain Windows and that was never the purpose: it was to easy CI tasks.
>
> of course, I understand a lot of people wants to use them for their day to day work (as I do it myself), but it will not be prepared for all possible uses.
>
> also, almost every programmer needing a command line in windows will need something like msys and cygwin… you want to install it too ;)

Or there could be a PowerShell / cmd alternative if somebody is
willing to put the effort to install it.

The server could return the bash/sh based script or the batch one
based on the request headers.

But I'd put the burden of doing it to somebody with the real need.

Regards,

Esteban A. Maringolo