zw963
May 9, 2023, 3:27pm
1
Please check discuss here, thanks.
opened 09:34AM - 07 May 23 UTC
Please check following github actions log.
https://github.com/crystal-china/m… yip/actions/runs/4906430522/jobs/8760873874
BTW: `shards install --without-development` works before when i use Crystagiri.
Thanks.
npn
May 9, 2023, 3:32pm
2
though this pull request is rejected I have successfully compiled lexbor on windows using its help:
kostya:master
← etra0:remove-make-dependency
opened 10:14PM - 31 Jan 23 UTC
Since the long goal of Crystal is to be able to be used in Windows as well, I wa… s thinking on porting the `make` dependency to be simply Crystal scripts.
From what I see, Crystal itself uses Crystal scripts as utils, it is convenient because it's a dependency that will be always satisfied if you well, want to use Crystal.
More tested is needed so that's why I'm doing this as a draft PR, but I'd like to know if this is something you'd be interested as well.
p/s: I just installed cmake via scoop, didn’t recall having any trouble with it.
zw963
May 9, 2023, 3:54pm
3
I installed cmake too, but i guess still missing something to build.
I prefer to use scoop way install the necessary dependencies for windows, but if we really need use MSVC installer, is there a step by step way to point out which component need to install?