Skip to content

Instantly share code, notes, and snippets.

@jeremygaither
Last active November 20, 2017 21:32
Show Gist options
  • Save jeremygaither/7b27c9caabc22998d62ae66e37c739a1 to your computer and use it in GitHub Desktop.
Save jeremygaither/7b27c9caabc22998d62ae66e37c739a1 to your computer and use it in GitHub Desktop.

Revisions

  1. jeremygaither revised this gist Nov 20, 2017. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions bootstrap-msys2.sh
    Original file line number Diff line number Diff line change
    @@ -11,3 +11,5 @@ pacman --sync --noconfirm --needed \
    mingw-w64-x86_64-cmake \
    mingw-w64-i686-pkg-config \
    mingw-w64-x86_64-pkg-config

    echo Add to path: C:\tools\msys64\mingw64\bin;C:\tools\msys64\mingw32\bin
  2. jeremygaither created this gist Nov 20, 2017.
    13 changes: 13 additions & 0 deletions bootstrap-msys2.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    #!/bin/bash

    pacman --sync --refresh --sysupgrade

    pacman --sync --noconfirm --needed \
    make \
    base-devel \
    mingw-w64-i686-toolchain \
    mingw-w64-x86_64-toolchain \
    mingw-w64-i686-cmake \
    mingw-w64-x86_64-cmake \
    mingw-w64-i686-pkg-config \
    mingw-w64-x86_64-pkg-config