WinLibs: Standalone build of GCC and MinGW-w64 for Windows

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • msvcrt.lib

    msvcrt.lib for linking against msvcrt.dll on all versions of Windows

  • I’m always surprised to remember that mingw32/64 has a dependency on MSVCRT (or now UCRT, I guess).

    Given how sparse the C standard library is and how much effort went into/goes into mingw, Cygwin, msys2, and co; you’d assume they would just use the native Win32 APIs and supplement with unversioned/undocumented plain MSVCRT.DLL that is always available on all versions of Windows [0].

    [0]: https://github.com/neosmart/msvcrt.lib

  • w64devkit

    Portable C and C++ Development Kit for x64 (and x86) Windows

  • Similar project providing slightly fewer tools: https://github.com/skeeto/w64devkit

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • winlibs_recipes

    Recipes for building winlibs packages from source

  • I believe it's this: https://github.com/brechtsanders/winlibs_recipes (MIT) combined with https://github.com/brechtsanders/winlibs_tools (GPLv2). Although as a drive-by observer, if the quality of those "recipes" (and the idea that one needed to cowboy up some shell scripts to build all that stuff versus using a more formal build system) is any indication, I am for sure not the target audience of this project

    ---

    I also had no idea one could have "No commit message" since git has always given me the finger:

      $ git commit --allow-empty -F/dev/null

  • winlibs_tools

    Tools for building winlibs packages from source using MinGW-w64

  • I believe it's this: https://github.com/brechtsanders/winlibs_recipes (MIT) combined with https://github.com/brechtsanders/winlibs_tools (GPLv2). Although as a drive-by observer, if the quality of those "recipes" (and the idea that one needed to cowboy up some shell scripts to build all that stuff versus using a more formal build system) is any indication, I am for sure not the target audience of this project

    ---

    I also had no idea one could have "No commit message" since git has always given me the finger:

      $ git commit --allow-empty -F/dev/null

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts