Provide official prebuilt MS-Windows binaries for jank #797
Unanswered
ikappaki
asked this question in
Feature Requests & Ideas
Replies: 2 comments
|
I could include a Windows package as a conda-forge package conda-forge/staged-recipes#33514 if the MSYS2/CLANG64 requirement were exchanged for a Clang-cl requirement https://prefix.dev/channels/conda-forge/packages/clang_win-64. |
0 replies
|
A big reason to use |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
(Continuing the discussion on prebuild windows binaries for jank from #716)
It would be great to have official prebuilt win binaries for
jankso windows users don’t need to build jank from source themselves.There’s already some initial work in https://github.com/ikappaki/jank-win-release for building and packaging jank and LLVM for MSYS2/pacman, which could serve as a starting point.
From the discussion so far, the rough direction seems to be:
The main goal here is to make the windows setup experience much simpler while the llvm/windows support work continues to stabilize.
All reactions