Skip to content

Instantly share code, notes, and snippets.

View wmanth's full-sized avatar

Wolfram Manthey wmanth

  • Munich, Germany
View GitHub Profile
@wmanth
wmanth / mingw.sh
Last active December 16, 2015 09:29 — forked from henry0312/mingw.sh
#!/bin/sh
# 初期設定
WORK=$HOME/Builds/GCC
PREFIX=$HOME/mingw
export PATH="$HOME/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
# ソースコードのダウンロード
if [ ! -d $WORK/src ] ; then
mkdir -p $WORK/src