diff options
author | Carsten Haitzler <raster@rasterman.com> | 2007-04-11 11:58:32 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2007-04-11 11:58:32 +0000 |
commit | 502d62417d729d80f14d5d6cb5fd44b293e73fad (patch) | |
tree | a069a16762c79cbbb488e017560c3b3c0c48c6e8 /INSTALL |
add expedite to cvs! finally! :) it's in decent shape.
SVN revision: 29466
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ | |||
1 | COMPILING and INSTALLING: | ||
2 | |||
3 | If you got a official release tar archive do: | ||
4 | ./configure | ||
5 | |||
6 | ( otherwise if you got this from enlightenment cvs do: ./autogen.sh ) | ||
7 | |||
8 | Then to compile: | ||
9 | make | ||
10 | |||
11 | To install (run this as root, or the user who handles installs): | ||
12 | make install | ||
13 | |||
14 | NOTE: You MUST make install Expedite for it to run properly. | ||