aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:33:13 +1000
committerDavid Walter Seikel2013-01-13 17:33:13 +1000
commitda5495b341b22df8e2df3f934ba132d2171404e7 (patch)
tree68ba274a03f825d472b248cdd641f1c61e1d92c7
parentRemove unused LuaJIT 1.1.7, since the 2.0 version works fine. (diff)
downloadSledjHamr-da5495b341b22df8e2df3f934ba132d2171404e7.zip
SledjHamr-da5495b341b22df8e2df3f934ba132d2171404e7.tar.gz
SledjHamr-da5495b341b22df8e2df3f934ba132d2171404e7.tar.bz2
SledjHamr-da5495b341b22df8e2df3f934ba132d2171404e7.tar.xz
Don't actually build EFL, though it should do so in the future, but from downloaded released source tarballs.
-rwxr-xr-xbuild.sh25
-rw-r--r--libraries/README2
2 files changed, 15 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.
diff --git a/libraries/README b/libraries/README
index f40f9e4..7f30dc0 100644
--- a/libraries/README
+++ b/libraries/README
@@ -9,3 +9,5 @@ documented.
9luaproc has been hacked up a bit, and will continue to be hacked up. 9luaproc has been hacked up a bit, and will continue to be hacked up.
10Merged it into LuaSL, so it's no longer here. 10Merged it into LuaSL, so it's no longer here.
11 11
12EFL has been released, so not including that anymore. You can find it
13in distro repos, PPA's, etc. Or http://enlightenment.org/ \ No newline at end of file