#!/bin/bash # working path, please modify to suit your environment export WORK_PATH=/home/mshin/lgnortel #export tool chain export TOOLCHAIN=$WORK_PATH/toolchain/mips32 #export Qtopia phone edition package source path export QPE_SRC=$WORK_PATH/qtopia-phone-4.3.1 #configure Qtopia phone edition using broadcom 1103 device profile $QPE_SRC/configure -device brcm1103 -prefix /usr/opt/Qtopia make make install