zig icon indicating copy to clipboard operation
zig copied to clipboard

[Wiki] Install zig from package manager: Windows MSYS2

Open carljdp opened this issue 2 years ago • 3 comments

Suggested labels for this issue: [docs] [contributor friendly]

With regards to Wiki page Install Zig from a Package Manager

  • When trying to install Zig on Windows MSYS2 via pacman -S mingw-w64-x86_64-zig
    • Result: error: target not found: mingw-w64-x86_64-zig
  • Searching MSYS2 packages online, also 0 results
  • I assume it might have existed in the past, but doesn't anymore?
  • Perhaps we should just update the wiki page / remove the MSYS2 section?

This is my first issue reported here, I couldn't find a contribution guide specific to the wiki. So, do I just attempt changes directly on it? I thought it's probably more polite to ask/request access/permission via here, or should I contact the maintainers via discord or some other way?

carljdp avatar Aug 18 '23 12:08 carljdp

  • I assume it might have existed in the past, but doesn't anymore?

Looks like the answer is yes: https://github.com/msys2/MINGW-packages/commit/8b95a108f8ab8bae5c615a0e0f7af53af272e346

BratishkaErik avatar Aug 18 '23 12:08 BratishkaErik

@BratishkaErik, thank you, 👍 yes that confirms it - that it's no longer supported.

Then, regrading:

This is my first issue reported here, I couldn't find a contribution guide specific to the wiki. So, do I just attempt changes directly on it? I thought it's probably more polite to ask/request access/permission via here, or should I contact the maintainers via discord or some other way?

Do I just attempt to edit the wiki then - or do i need permissions first? / need to request to become a contributor? 🤔

carljdp avatar Aug 18 '23 13:08 carljdp

@carljdp Thanks for the issue. I've removed the reference to the MSYS2 package from the wiki.

silver-signal avatar Dec 24 '23 01:12 silver-signal