Skip to content

Instantly share code, notes, and snippets.

View LucasMadar's full-sized avatar

Lucas Madar LucasMadar

  • Sam Six
  • Portland, OR
View GitHub Profile
@robe2
robe2 / makepgRoutingDependencies.sh
Last active December 19, 2015 09:39
pgRouting dependencies mingw64 chain (OS_BUILD toggle between 64 (gcc 4.8.3) and 32 (gcc 4.8.1))
#!/bin/sh
#use 7zip to extract the dev env
# 64-bit builds my chain is http://www.bostongis.com/postgisstuff/ming64gcc48.7z (gcc 4.8.3)
export GCC_TYPE=gcc48
export OS_BUILD=64
export SOURCES=/projects/sources
if [[ "${OS_BUILD}" == "" && "$1" == "" ]] ; then
echo "Usage: makedependencies OS_BUILD"
echo " OS_BUILD = 32|64"
echo " or export OS_BUILD=xx"