Zeroconf for Windows?
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
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 <horrido.hobbies@gmail.com> 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
2018-03-26 13:19 GMT-03:00 Esteban Lorenzano <estebanlm@gmail.com>:
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
participants (3)
-
Esteban A. Maringolo -
Esteban Lorenzano -
horrido