aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-01-13 21:08:31 +1000
committerDavid Walter Seikel2014-01-13 21:08:31 +1000
commit637177eb1397ef1800027bccd50dbdc1af29a15b (patch)
tree3670a48303d05fceb8bf3ec4ee2901b72fe62d4d /build.sh
parentUpdate Irrlicht to 1.8.1. Include actual change markers this time. lol (diff)
downloadSledjHamr-637177eb1397ef1800027bccd50dbdc1af29a15b.zip
SledjHamr-637177eb1397ef1800027bccd50dbdc1af29a15b.tar.gz
SledjHamr-637177eb1397ef1800027bccd50dbdc1af29a15b.tar.bz2
SledjHamr-637177eb1397ef1800027bccd50dbdc1af29a15b.tar.xz
Remove LuaJIT source, we can use packaged LuaJIT 2.0 release now.
Also some cleanups related to the other library removals.
Diffstat (limited to '')
-rwxr-xr-xbuild.sh43
1 files changed, 0 insertions, 43 deletions
diff --git a/build.sh b/build.sh
index 325e9ee..4231ada 100755
--- a/build.sh
+++ b/build.sh
@@ -2,10 +2,6 @@
2 2
3wd=$(pwd) 3wd=$(pwd)
4 4
5echo "_______________ BUILDING LuaJIT _______________"
6cd $wd/libraries/luajit-2.0
7make amalg PREFIX=$()/src
8
9echo "_______________ BUILDING lemon _______________" 5echo "_______________ BUILDING lemon _______________"
10cd $wd/libraries/lemon 6cd $wd/libraries/lemon
11rm -f *.o lemon 7rm -f *.o lemon
@@ -31,45 +27,6 @@ echo "_______________ BUILDING Irrlicht _______________"
31cd $wd/libraries/irrlicht-1.8.1/source/Irrlicht 27cd $wd/libraries/irrlicht-1.8.1/source/Irrlicht
32make 28make
33 29
34# Test if edje is already available, build EFL up to edje if not.
35# TODO - Check EFL version.
36hash edje_cc 2>&- || {
37
38# TODO - grab release tarballs from enlightenment.org, then build those.
39 echo "_______________ BUILDING eina _______________"
40# cd $wd/libraries/eina
41# ./configure && make
42
43
44 echo "_______________ BUILDING eet _______________"
45# cd $wd/libraries/eet
46# ./configure && make
47
48
49 echo "_______________ BUILDING evas _______________"
50# cd $wd/libraries/evas
51# ./configure && make
52
53
54 echo "_______________ BUILDING ecore _______________"
55# cd $wd/libraries/ecore
56# ./configure && make
57
58
59 echo "_______________ BUILDING embryo _______________"
60# cd $wd/libraries/embryo
61# ./configure && make
62
63
64 echo "_______________ BUILDING edje _______________"
65# cd $wd/libraries/edje
66# ./configure && make
67
68
69# TODO - Install this EFL version, and/or get the rest of the system to use it.
70}
71
72
73echo "_______________ BUILDING LuaSL _______________" 30echo "_______________ BUILDING LuaSL _______________"
74cd $wd/LuaSL 31cd $wd/LuaSL
75./build.sh 32./build.sh