Terminal emulator with all the bells and whistles
Go to file
Carsten Haitzler b0a4efe651 much nicer font selector with previews of all fonts - faster to come
up too. use genlist.. woooo!



SVN revision: 72224
2012-06-16 10:45:26 +00:00
data much nicer font selector with previews of all fonts - faster to come 2012-06-16 10:45:26 +00:00
m4 finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
src much nicer font selector with previews of all fonts - faster to come 2012-06-16 10:45:26 +00:00
.gitignore terminology: Added .gitignore. 2012-06-12 23:12:16 +00:00
AUTHORS finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
COPYING finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
ChangeLog finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
INSTALL finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
Makefile.am finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
NEWS finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
README terminology: typos 2012-06-12 10:30:53 +00:00
TODO add a TODO 2012-06-16 06:23:20 +00:00
autogen.sh finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
configure.ac finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00

README

Terminology
-----------

An EFL terminal emulator

Requirements:
-------------

  * elementary 1.1 (1.0.99 SVN latest)
  * evas 1.3 (1.2.99 SVN latest)
  * ecore
  * edje

Please see http://www.enlightenment.org for information on these.

Compiling:
----------

Once you have met requirements, compiling and installing is simple:

  ./configure
  make
  make install