aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh25
1 files changed, 13 insertions, 12 deletions
diff --git a/build.sh b/build.sh
index 7395a3a..731713a 100755
--- a/build.sh
+++ b/build.sh
@@ -30,36 +30,37 @@ $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.
33hash edje_cc 2>&- || { 34hash edje_cc 2>&- || {
34 35
35 echo "_______________ BUILDING eina _______________" 36 echo "_______________ BUILDING eina _______________"
36 cd $wd/libraries/eina 37# cd $wd/libraries/eina
37 ./configure && make 38# ./configure && make
38 39
39 40
40 echo "_______________ BUILDING eet _______________" 41 echo "_______________ BUILDING eet _______________"
41 cd $wd/libraries/eet 42# cd $wd/libraries/eet
42 ./configure && make 43# ./configure && make
43 44
44 45
45 echo "_______________ BUILDING evas _______________" 46 echo "_______________ BUILDING evas _______________"
46 cd $wd/libraries/evas 47# cd $wd/libraries/evas
47 ./configure && make 48# ./configure && make
48 49
49 50
50 echo "_______________ BUILDING ecore _______________" 51 echo "_______________ BUILDING ecore _______________"
51 cd $wd/libraries/ecore 52# cd $wd/libraries/ecore
52 ./configure && make 53# ./configure && make
53 54
54 55
55 echo "_______________ BUILDING embryo _______________" 56 echo "_______________ BUILDING embryo _______________"
56 cd $wd/libraries/embryo 57# cd $wd/libraries/embryo
57 ./configure && make 58# ./configure && make
58 59
59 60
60 echo "_______________ BUILDING edje _______________" 61 echo "_______________ BUILDING edje _______________"
61 cd $wd/libraries/edje 62# cd $wd/libraries/edje
62 ./configure && make 63# ./configure && make
63 64
64 65
65# TODO - Install this EFL version, and/or get the rest of the system to use it. 66# TODO - Install this EFL version, and/or get the rest of the system to use it.