diff options
Diffstat (limited to 'ecore/INSTALL')
-rw-r--r-- | ecore/INSTALL | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ecore/INSTALL b/ecore/INSTALL new file mode 100644 index 0000000..3a3ad7e --- /dev/null +++ b/ecore/INSTALL @@ -0,0 +1,14 @@ +COMPILING and INSTALLING: + +If you got a official release tar archive do: + ./configure + +( otherwise if you got this from enlightenment cvs do: ./autogen.sh ) + +Then to compile: + make + +To install (run this as root, or the user who handles installs): + make install + +NOTE: You MUST make install Eet for it to run properly. |