diff options
-rwxr-xr-x | build.sh | 25 | ||||
-rw-r--r-- | libraries/README | 2 |
2 files changed, 15 insertions, 12 deletions
@@ -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. | ||
33 | hash edje_cc 2>&- || { | 34 | hash 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. | |||
9 | luaproc has been hacked up a bit, and will continue to be hacked up. | 9 | luaproc has been hacked up a bit, and will continue to be hacked up. |
10 | Merged it into LuaSL, so it's no longer here. | 10 | Merged it into LuaSL, so it's no longer here. |
11 | 11 | ||
12 | EFL has been released, so not including that anymore. You can find it | ||
13 | in distro repos, PPA's, etc. Or http://enlightenment.org/ \ No newline at end of file | ||