aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index ff1c714..0f9f932 100755
--- a/build.sh
+++ b/build.sh
@@ -30,9 +30,9 @@ $command
30 30
31# Test if edje is already available, build EFL up to edje if not. 31# Test if edje is already available, build EFL up to edje if not.
32# TODO - Check EFL version. 32# TODO - Check EFL version.
33# TODO - grab release tarballs from enlightenment.org, then build those.
34hash edje_cc 2>&- || { 33hash edje_cc 2>&- || {
35 34
35# TODO - grab release tarballs from enlightenment.org, then build those.
36 echo "_______________ BUILDING eina _______________" 36 echo "_______________ BUILDING eina _______________"
37# cd $wd/libraries/eina 37# cd $wd/libraries/eina
38# ./configure && make 38# ./configure && make
@@ -74,5 +74,3 @@ cd $wd/LuaSL
74echo "_______________ BUILDING extantz _______________" 74echo "_______________ BUILDING extantz _______________"
75cd $wd/ClientHamr/extantz 75cd $wd/ClientHamr/extantz
76./build.sh 76./build.sh
77
78