Skip to content

Instantly share code, notes, and snippets.

View dbcm's full-sized avatar

Delfim Machado dbcm

View GitHub Profile
@dbcm
dbcm / build.sh
Created July 19, 2012 16:13 — forked from rcarmo/build.sh
Qt5 brew 4 RaspberryPi
#!/bin/bash
# install cross-compiler
# sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
if [ "$USER" == "dbcm" ]; then
cd ~/Work
elif [ "$USER" == "rcarmo" ]; then
cd ~/Development