From da5495b341b22df8e2df3f934ba132d2171404e7 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jan 2013 17:33:13 +1000 Subject: Don't actually build EFL, though it should do so in the future, but from downloaded released source tarballs. --- build.sh | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 7395a3a..731713a 100755 --- a/build.sh +++ b/build.sh @@ -30,36 +30,37 @@ $command # Test if edje is already available, build EFL up to edje if not. # TODO - Check EFL version. +# TODO - grab release tarballs from enlightenment.org, then build those. hash edje_cc 2>&- || { echo "_______________ BUILDING eina _______________" - cd $wd/libraries/eina - ./configure && make +# cd $wd/libraries/eina +# ./configure && make echo "_______________ BUILDING eet _______________" - cd $wd/libraries/eet - ./configure && make +# cd $wd/libraries/eet +# ./configure && make echo "_______________ BUILDING evas _______________" - cd $wd/libraries/evas - ./configure && make +# cd $wd/libraries/evas +# ./configure && make echo "_______________ BUILDING ecore _______________" - cd $wd/libraries/ecore - ./configure && make +# cd $wd/libraries/ecore +# ./configure && make echo "_______________ BUILDING embryo _______________" - cd $wd/libraries/embryo - ./configure && make +# cd $wd/libraries/embryo +# ./configure && make echo "_______________ BUILDING edje _______________" - cd $wd/libraries/edje - ./configure && make +# cd $wd/libraries/edje +# ./configure && make # TODO - Install this EFL version, and/or get the rest of the system to use it. -- cgit v1.1