QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
3.8 KiB

3 years ago
/**
@mainpage Enlightenment
@image html e.png
@version @PACKAGE_VERSION@
@date 2000-2012
Please see the @ref authors page for contact details.
@section intro Introduction
The Enlightenment Window Manager is a lean, fast, modular and very
extensible window manager for X11 and Linux. It is classed as a
"desktop shell" providing the things you need to operate your desktop
(or laptop), but is not a whole application suite. This covered
launching applications, managing their windows and doing other system
tasks like suspending, reboots, managing files etc.
@section compiling How to compile modules?
pkgconfig (.pc) files are installed for enlightenment. To compile a
module you can use something like the following:
@verbatim
gcc module.c $(pkg-config enlightenment --cflags --libs)
@endverbatim
Note that modules are installed to $HOME (~/.e/e/modules) or
system. One can know the system directory with the command:
@verbatim
pkg-config --variable=modules enlightenment
@endverbatim
@section install How is it installed?
Just use the traditional autotools steps, the options will be
autodetected. Note that it depend on EFL (Enlightenment Foundation
Libraries): eina, eet, evas, ecore, e_dbus, embryo, edje, efreet and
eeze.
@verbatim
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
sudo make install
@endverbatim
@todo (0.17) Document API
*/
/**
@page authors Authors
@author The Rasterman (Carsten Haitzler) <[email protected]>
@author Ibukun Olumuyiwa <[email protected]>
@author Sebastian Dransfeld <[email protected]>
@author ajwillia.ms (Andrew Williams) <[email protected]>
@author CodeWarrior (Hisham Mardam Bey) <[email protected]>
@author dj2 (Dan Sinclair) <[email protected]>
@author Tilman Sauerbeck <tilman@@code-monkey.de>
@author Aleksej Struk <[email protected]>
@author Brian Mattern <[email protected]>
@author devilhorns (Christopher Michael) <[email protected]>
@author /dev/urandom (Viktor Kojouharov) <[email protected]>
@author ilLogict (Chidambar Zinnoury) <[email protected]>
@author Stafford Horne <[email protected]>
@author Cedric Bail <[email protected]>
@author onefang (David Seikel) <[email protected]>
@author okra (Stephen Houston) <[email protected]>
@author Byron Hillis <[email protected]>
@author Ravenlock (Eric Schuele) <[email protected]>
@author ManoWarrior (Luchezar Petkov) <[email protected]>
@author morlenxus (Brian Miculcy) <[email protected]>
@author Toma- (Tom Haste) <[email protected]>
@author k-s (Gustavo Sverzut Barbieri) <[email protected]>
@author Peter van de Werken <[email protected]>
@author Florian Hackenberger <[email protected]>
@author Hannes Janetzek <[email protected]>
@author Mike Blumenkrantz (discomfitor/zmike) <[email protected]>
@author Leif Middelschulte <[email protected]>
@author yoz (Michael Bouchaud) <[email protected]>
@author billiob (Boris Faure) <[email protected]>
@author Jihoon Kim <[email protected]>
@author Sthitha <iamsthitha@gmail>
@author Doyoun Kang <[email protected]>
@author Gwanglim Lee <[email protected]>
@author Thomas Gstädtner <[email protected]>
@author q66 <[email protected]>
@author Tom Hacohen <[email protected]>
@author Maxime Villard <[email protected]>
@author Jeremy Zurcher <[email protected]>
@author Shinwoo Kim <[email protected]>
@author Daniel Juyung Seo (SeoZ) <[email protected]>
@author Robert David <[email protected]>
@author Eduardo Lima (Etrunko) <[email protected]>
@author Thanatermesis <[email protected]>
@author Bruno Dilly <[email protected]>
@author Lucas De Marchi <[email protected]>
@author Samuel Mendes <[email protected]>
@author Boris Faure <[email protected]>
@author Michael Stapelberg <[email protected]>
@author Stefan Sperling <[email protected]>
*/