diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-06-12 10:10:01 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-06-12 10:10:01 +0000 |
commit | 8b822a61d7721fce16e145b57dc67ca6ae8b752d (patch) | |
tree | 5268a6ea253ec4452da8a6007069aaff058e8125 /INSTALL |
finally a terminal emulator for efl! sure - uses a lot of text
objects. need evas textgrid obj and more, but this marks a first
"usable" state for terminology. more needs doing like underline and
strikethrough support, blink support, visual bell, config panel etc.
SVN revision: 72007
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ | |||
1 | COMPILING and INSTALLING: | ||
2 | |||
3 | If you got a official release tar archive do: | ||
4 | ./configure | ||
5 | |||
6 | Then to compile: | ||
7 | make | ||
8 | |||
9 | To install (run this as root, or the user who handles installs): | ||
10 | make install | ||
11 | |||