GitHub

Pinned Loading

  1. Package scripts for MinGW-w64 targets to build under MSYS2.

    Shell 2.7k 1.4k

  2. Материалы с пар Московского Авиационного

    Typst 3

  3. 1

    # Developing packages compiled with Rust in MSYS2

    2

    
                  

    3

    This is a guideline made for maintainers and contributors to understand specific workarounds and solutions used to compile some Rust-based software in MSYS2 distribution

    4

    
                  

    5

    ## Understanding the template
  4. 1

    |       crate name        | shared  | static  | pkg-config  | environment variable            | something else?                               |

    2

    |-------------------------|---------|---------|-------------|---------------------------------|-----------------------------------------------|

    3

    | libgit2-sys             | +       | +       | +           | LIBGIT2_NO_VENDOR=1             |                                               |

    4

    | libz-sys                | +       | +       | +           | LIBZ_SYS_STATIC=0               |                                               |

    5

    | curl-sys                | +       | +       | +           |                                 |                                               |

Read the original on github.com ↗