~launch-lite/launch-lite-proj/netbook-launcher-efl

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
NETBOOK LAUNCHER USING ENLIGHTENMENT FOUNDATION LIBRARIES
=========================================================

This netbook-launcher mimics the 3D/Clutter version written for
Ubuntu, but instead it uses Enlightenment Foundation Libraries (EFL)
to be able to run on environments without OpenGL or hardware
acceleration. Our aim is to still provide "bling", but considering
limits acceptable in most embedded/mobile systems.


BUILD
=====

Regular autotools system (./configure, make, make install), for more
information see:

   ./configure --help


DEPENDENCIES
============

The following EFL are required. They can be obtained from SVN at
http://svn.enlightenment.org/svn/e/trunk/ or snapshot tarballs at
http://download.enlightenment.org/snapshots/LATEST/ and
http://download.enlightenment.org/releases/.

  * eina-0 (basic data types)
  * ecore (main loop and system integration)
  * evas (canvas)
  * ecore-evas (canvas-system integration)
  * ecore-x (x window system integration)
  * eet (efficient data storage)
  * edje (theme system)
  * elementary (toolkit)
  * glib-2.0 (used by gconf and liblauncher)
  * gthread-2.0
  * gconf-2.0 (gnome configuration system)
  * gtk (system appearance settings: fonts, icons)