#!/bin/sh ./autogen.sh && \ ./configure --with-ecore-config=${HOME}/bin/ecore-config --prefix=${HOME} && \ make && \ make install